#FCACB0

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

Shades of Light Pink #FCACB0

Tints of Light Pink #FCACB0

Color information

#FCACB0 (or 0xFCACB0) is unknown color: approx Light Pink. HEX triplet: FC, AC and B0. RGB value is (252,172,176). Sum of RGB (Red+Green+Blue) = 252+172+176=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACB0 is #03534F. Grayscale: #C4C4C4. Windows color (decimal): -217936 or 11578620. OLE color: 11578620.

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

Color convert

RGB252172176-
CMYK00.320.300.01
HSL357º93.02%83.14%-
HSV(B)357º31.75%98.82%-
XYZ62.7353.3448.06-
YUV196.38116.5167.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=42%
G=28.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217217600.320.300.0135793.0283.14
HexFCACB00201E11655d53
Octal374254260040361545135123
Binary111111001010110010110000010000011110110110010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACB0; }

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

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

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

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

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

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

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

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