#FCACBF

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

Shades of Cupid #FCACBF

Tints of Cupid #FCACBF

Color information

#FCACBF (or 0xFCACBF) is unknown color: approx Cupid. HEX triplet: FC, AC and BF. RGB value is (252,172,191). Sum of RGB (Red+Green+Blue) = 252+172+191=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBF is #035340. Grayscale: #C6C6C6. Windows color (decimal): -217921 or 12561660. OLE color: 12561660.

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

Color convert

RGB252172191-
CMYK00.320.240.01
HSL345.75º93.02%83.14%-
HSV(B)345.75º31.75%98.82%-
XYZ64.353.9656.32-
YUV198.09124166.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 191 (75% from 255) = 31.06%
R=40.98%
G=27.97%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217219100.320.240.01345.7593.0283.14
HexFCACBF02018115a5d53
Octal374254277040301532135123
Binary111111001010110010111111010000011000110101101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACBF; }

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

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

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

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

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

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

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

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