#FCAFC6

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

Shades of Cupid #FCAFC6

Tints of Cupid #FCAFC6

Color information

#FCAFC6 (or 0xFCAFC6) is unknown color: approx Cupid. HEX triplet: FC, AF and C6. RGB value is (252,175,198). Sum of RGB (Red+Green+Blue) = 252+175+198=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC6 is #035039. Grayscale: #C8C8C8. Windows color (decimal): -217146 or 13021180. OLE color: 13021180.

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

Color convert

RGB252175198-
CMYK00.310.210.01
HSL342.08º92.77%83.73%-
HSV(B)342.08º30.56%98.82%-
XYZ65.6755.4360.66-
YUV200.64126.51164.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=40.32%
G=28%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217519800.310.210.01342.0892.7783.73
HexFCAFC601F1511565d54
Octal374257306037251526135124
Binary11111100101011111100011001111110101110101011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFC6; }

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

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

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

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

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

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

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

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