#FCABB1

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

Shades of Light Pink #FCABB1

Tints of Light Pink #FCABB1

Color information

#FCABB1 (or 0xFCABB1) is unknown color: approx Light Pink. HEX triplet: FC, AB and B1. RGB value is (252,171,177). Sum of RGB (Red+Green+Blue) = 252+171+177=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABB1 is #03544E. Grayscale: #C3C3C3. Windows color (decimal): -218191 or 11643900. OLE color: 11643900.

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

Color convert

RGB252171177-
CMYK00.320.300.01
HSL355.56º93.1%82.94%-
HSV(B)355.56º32.14%98.82%-
XYZ62.645348.52-
YUV195.9117.34168.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=42%
G=28.5%
B=29.5%

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
Decimal25217117700.320.300.01355.5693.182.94
HexFCABB10201E11645d53
Octal374253261040361544135123
Binary111111001010101110110001010000011110110110010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABB1; }

 p { color: rgb(252,171,177); }

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

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

 a { background-color: rgb(252,171,177); }

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

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

 span { border-color: rgb(252,171,177); }

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