#FCADC4

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

Shades of Cupid #FCADC4

Tints of Cupid #FCADC4

Color information

#FCADC4 (or 0xFCADC4) is unknown color: approx Cupid. HEX triplet: FC, AD and C4. RGB value is (252,173,196). Sum of RGB (Red+Green+Blue) = 252+173+196=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC4 is #03523B. Grayscale: #C7C7C7. Windows color (decimal): -217660 or 12889596. OLE color: 12889596.

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

Color convert

RGB252173196-
CMYK00.310.220.01
HSL342.53º92.94%83.33%-
HSV(B)342.53º31.35%98.82%-
XYZ65.0554.5759.33-
YUV199.24126.17165.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=40.58%
G=27.86%
B=31.56%

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
Decimal25217319600.310.220.01342.5392.9483.33
HexFCADC401F1611575d53
Octal374255304037261527135123
Binary11111100101011011100010001111110110110101011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADC4; }

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

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

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

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

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

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

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

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