#FBAFC9

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

Shades of Cupid #FBAFC9

Tints of Cupid #FBAFC9

Color information

#FBAFC9 (or 0xFBAFC9) is unknown color: approx Cupid. HEX triplet: FB, AF and C9. RGB value is (251,175,201). Sum of RGB (Red+Green+Blue) = 251+175+201=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFC9 is #045036. Grayscale: #C8C8C8. Windows color (decimal): -282679 or 13217787. OLE color: 13217787.

HSL color Cylindrical-coordinate representation of color #FBAFC9: hue angle of 339.47º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFC9 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251175201-
CMYK00.300.200.02
HSL339.47º90.48%83.53%-
HSV(B)339.47º30.28%98.43%-
XYZ65.6655.3962.49-
YUV200.69128.18163.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 201 (78.91% from 255) = 32.06%
R=40.03%
G=27.91%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117520100.300.200.02339.4790.4883.53
HexFBAFC901E1421535a54
Octal373257311036242523132124
Binary111110111010111111001001011110101001010101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFC9; }

 p { color: rgb(251,175,201); }

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

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

 a { background-color: rgb(251,175,201); }

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

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

 span { border-color: rgb(251,175,201); }

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