#F2ADBF

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

Shades of Cupid #F2ADBF

Tints of Cupid #F2ADBF

Color information

#F2ADBF (or 0xF2ADBF) is unknown color: approx Cupid. HEX triplet: F2, AD and BF. RGB value is (242,173,191). Sum of RGB (Red+Green+Blue) = 242+173+191=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADBF is #0D5240. Grayscale: #C3C3C3. Windows color (decimal): -873025 or 12561906. OLE color: 12561906.

HSL color Cylindrical-coordinate representation of color #F2ADBF: hue angle of 344.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADBF is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242173191-
CMYK00.290.210.05
HSL344.35º72.63%81.37%-
HSV(B)344.35º28.51%94.9%-
XYZ60.9752.5356.22-
YUV195.68125.36161.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 191 (75% from 255) = 31.52%
R=39.93%
G=28.55%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217319100.290.210.05344.3572.6381.37
HexF2ADBF01D1551584951
Octal362255277035255530111121
Binary1111001010101101101111110111011010110110101100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADBF; }

 p { color: rgb(242,173,191); }

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

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

 a { background-color: rgb(242,173,191); }

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

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

 span { border-color: rgb(242,173,191); }

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