#FCADC2

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

Shades of Cupid #FCADC2

Tints of Cupid #FCADC2

Color information

#FCADC2 (or 0xFCADC2) is unknown color: approx Cupid. HEX triplet: FC, AD and C2. RGB value is (252,173,194). Sum of RGB (Red+Green+Blue) = 252+173+194=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC2 is #03523D. Grayscale: #C7C7C7. Windows color (decimal): -217662 or 12758524. OLE color: 12758524.

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

Color convert

RGB252173194-
CMYK00.310.230.01
HSL344.05º92.94%83.33%-
HSV(B)344.05º31.35%98.82%-
XYZ64.8354.4858.14-
YUV199.02125.17165.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=40.71%
G=27.95%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217319400.310.230.01344.0592.9483.33
HexFCADC201F1711585d53
Octal374255302037271530135123
Binary11111100101011011100001001111110111110101100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADC2; }

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

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

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

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

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

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

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

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