#FCAFC9

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

Shades of Cupid #FCAFC9

Tints of Cupid #FCAFC9

Color information

#FCAFC9 (or 0xFCAFC9) is unknown color: approx Cupid. HEX triplet: FC, AF and C9. RGB value is (252,175,201). Sum of RGB (Red+Green+Blue) = 252+175+201=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC9 is #035036. Grayscale: #C8C8C8. Windows color (decimal): -217143 or 13217788. OLE color: 13217788.

HSL color Cylindrical-coordinate representation of color #FCAFC9: hue angle of 339.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFC9 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252175201-
CMYK00.310.200.01
HSL339.74º92.77%83.73%-
HSV(B)339.74º30.56%98.82%-
XYZ66.0255.5762.51-
YUV200.99128.01164.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=40.13%
G=27.87%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217520100.310.200.01339.7492.7783.73
HexFCAFC901F1411545d54
Octal374257311037241524135124
Binary11111100101011111100100101111110100110101010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFC9; }

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

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

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

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

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

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

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

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