#FCA8BC

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

Shades of Cupid #FCA8BC

Tints of Cupid #FCA8BC

Color information

#FCA8BC (or 0xFCA8BC) is unknown color: approx Cupid. HEX triplet: FC, A8 and BC. RGB value is (252,168,188). Sum of RGB (Red+Green+Blue) = 252+168+188=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8BC is #035743. Grayscale: #C3C3C3. Windows color (decimal): -218948 or 12364028. OLE color: 12364028.

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

Color convert

RGB252168188-
CMYK00.330.250.01
HSL345.71º93.33%82.35%-
HSV(B)345.71º33.33%98.82%-
XYZ63.2252.3354.35-
YUV195.4123.83168.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 168 (66.02% from 255) = 27.63%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=41.45%
G=27.63%
B=30.92%

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
Decimal25216818800.330.250.01345.7193.3382.35
HexFCA8BC02119115a5d52
Octal374250274041311532135122
Binary111111001010100010111100010000111001110101101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8BC; }

 p { color: rgb(252,168,188); }

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

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

 a { background-color: rgb(252,168,188); }

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

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

 span { border-color: rgb(252,168,188); }

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