#FCA9BE

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

Shades of Cupid #FCA9BE

Tints of Cupid #FCA9BE

Color information

#FCA9BE (or 0xFCA9BE) is unknown color: approx Cupid. HEX triplet: FC, A9 and BE. RGB value is (252,169,190). Sum of RGB (Red+Green+Blue) = 252+169+190=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9BE is #035641. Grayscale: #C4C4C4. Windows color (decimal): -218690 or 12495356. OLE color: 12495356.

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

Color convert

RGB252169190-
CMYK00.330.250.01
HSL344.82º93.26%82.55%-
HSV(B)344.82º32.94%98.82%-
XYZ63.6352.7955.55-
YUV196.21124.5167.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=41.24%
G=27.66%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216919000.330.250.01344.8293.2682.55
HexFCA9BE0211911595d53
Octal374251276041311531135123
Binary111111001010100110111110010000111001110101100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9BE; }

 p { color: rgb(252,169,190); }

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

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

 a { background-color: rgb(252,169,190); }

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

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

 span { border-color: rgb(252,169,190); }

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