#FCAFC5

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

Shades of Cupid #FCAFC5

Tints of Cupid #FCAFC5

Color information

#FCAFC5 (or 0xFCAFC5) is unknown color: approx Cupid. HEX triplet: FC, AF and C5. RGB value is (252,175,197). Sum of RGB (Red+Green+Blue) = 252+175+197=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC5 is #03503A. Grayscale: #C8C8C8. Windows color (decimal): -217147 or 12955644. OLE color: 12955644.

HSL color Cylindrical-coordinate representation of color #FCAFC5: hue angle of 342.86º 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 #FCAFC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252175197-
CMYK00.310.220.01
HSL342.86º92.77%83.73%-
HSV(B)342.86º30.56%98.82%-
XYZ65.5555.3960.06-
YUV200.53126.01164.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=40.38%
G=28.04%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217519700.310.220.01342.8692.7783.73
HexFCAFC501F1611575d54
Octal374257305037261527135124
Binary11111100101011111100010101111110110110101011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFC5; }

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

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

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

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

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

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

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

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