#FCAFC4

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

Shades of Cupid #FCAFC4

Tints of Cupid #FCAFC4

Color information

#FCAFC4 (or 0xFCAFC4) is unknown color: approx Cupid. HEX triplet: FC, AF and C4. RGB value is (252,175,196). Sum of RGB (Red+Green+Blue) = 252+175+196=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC4 is #03503B. Grayscale: #C8C8C8. Windows color (decimal): -217148 or 12890108. OLE color: 12890108.

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

Color convert

RGB252175196-
CMYK00.310.220.01
HSL343.64º92.77%83.73%-
HSV(B)343.64º30.56%98.82%-
XYZ65.4455.3459.46-
YUV200.42125.51164.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=40.45%
G=28.09%
B=31.46%

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
Decimal25217519600.310.220.01343.6492.7783.73
HexFCAFC401F1611585d54
Octal374257304037261530135124
Binary11111100101011111100010001111110110110101100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFC4; }

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

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

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

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

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

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

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

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