#FCAABF

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

Shades of Cupid #FCAABF

Tints of Cupid #FCAABF

Color information

#FCAABF (or 0xFCAABF) is unknown color: approx Cupid. HEX triplet: FC, AA and BF. RGB value is (252,170,191). Sum of RGB (Red+Green+Blue) = 252+170+191=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAABF is #035540. Grayscale: #C4C4C4. Windows color (decimal): -218433 or 12561148. OLE color: 12561148.

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

Color convert

RGB252170191-
CMYK00.330.240.01
HSL344.63º93.18%82.75%-
HSV(B)344.63º32.54%98.82%-
XYZ63.9253.2156.19-
YUV196.91124.67167.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 191 (75% from 255) = 31.16%
R=41.11%
G=27.73%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217019100.330.240.01344.6393.1882.75
HexFCAABF0211811595d53
Octal374252277041301531135123
Binary111111001010101010111111010000111000110101100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAABF; }

 p { color: rgb(252,170,191); }

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

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

 a { background-color: rgb(252,170,191); }

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

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

 span { border-color: rgb(252,170,191); }

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