#FCAFC8

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

Shades of Cupid #FCAFC8

Tints of Cupid #FCAFC8

Color information

#FCAFC8 (or 0xFCAFC8) is unknown color: approx Cupid. HEX triplet: FC, AF and C8. RGB value is (252,175,200). Sum of RGB (Red+Green+Blue) = 252+175+200=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC8 is #035037. Grayscale: #C8C8C8. Windows color (decimal): -217144 or 13152252. OLE color: 13152252.

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

Color convert

RGB252175200-
CMYK00.310.210.01
HSL340.52º92.77%83.73%-
HSV(B)340.52º30.56%98.82%-
XYZ65.955.5361.89-
YUV200.87127.51164.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=40.19%
G=27.91%
B=31.90%

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
Decimal25217520000.310.210.01340.5292.7783.73
HexFCAFC801F1511555d54
Octal374257310037251525135124
Binary11111100101011111100100001111110101110101010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFC8; }

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

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

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

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

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

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

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

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