#F0ADBE

Color #F0ADBE Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F0ADBE

Tints of Cupid #F0ADBE

Color information

#F0ADBE (or 0xF0ADBE) is unknown color: approx Cupid. HEX triplet: F0, AD and BE. RGB value is (240,173,190). Sum of RGB (Red+Green+Blue) = 240+173+190=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADBE is #0F5241. Grayscale: #C2C2C2. Windows color (decimal): -1004098 or 12496368. OLE color: 12496368.

HSL color Cylindrical-coordinate representation of color #F0ADBE: hue angle of 344.78º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADBE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240173190-
CMYK00.280.210.06
HSL344.78º69.07%80.98%-
HSV(B)344.78º27.92%94.12%-
XYZ60.1752.1355.61-
YUV194.97125.2160.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=39.80%
G=28.69%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017319000.280.210.06344.7869.0780.98
HexF0ADBE01C1561594551
Octal360255276034256531105121
Binary1111000010101101101111100111001010111010101100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADBE; }

 p { color: rgb(240,173,190); }

 H1.HeaderClassName
 {
   color: #F0ADBE;
 }
 .AnyTagClassName
 {
   color: #F0ADBE;
 }
</style>
background-color css

<style>
 a { background-color: #F0ADBE; }

 a { background-color: rgb(240,173,190); }

 div.DivClassName
 {
   background-color: #F0ADBE;
 }
 .BgClassName
 {
   background-color: #F0ADBE;
 }
</style>
border-color css

<style>
 span { border-color: #F0ADBE; }

 span { border-color: rgb(240,173,190); }

 td.TdClassName
 {
   border-color: #F0ADBE;
 }
 .TagClassName
 {
   border-color: #F0ADBE;
 }
</style>