#FCADC5

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

Shades of Cupid #FCADC5

Tints of Cupid #FCADC5

Color information

#FCADC5 (or 0xFCADC5) is unknown color: approx Cupid. HEX triplet: FC, AD and C5. RGB value is (252,173,197). Sum of RGB (Red+Green+Blue) = 252+173+197=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC5 is #03523A. Grayscale: #C7C7C7. Windows color (decimal): -217659 or 12955132. OLE color: 12955132.

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

Color convert

RGB252173197-
CMYK00.310.220.01
HSL341.77º92.94%83.33%-
HSV(B)341.77º31.35%98.82%-
XYZ65.1754.6159.93-
YUV199.36126.67165.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=40.51%
G=27.81%
B=31.67%

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
Decimal25217319700.310.220.01341.7792.9483.33
HexFCADC501F1611565d53
Octal374255305037261526135123
Binary11111100101011011100010101111110110110101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADC5; }

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

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

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

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

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

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

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

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