#FCABB6

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

Shades of Light Pink #FCABB6

Tints of Light Pink #FCABB6

Color information

#FCABB6 (or 0xFCABB6) is unknown color: approx Light Pink. HEX triplet: FC, AB and B6. RGB value is (252,171,182). Sum of RGB (Red+Green+Blue) = 252+171+182=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB6 is #035449. Grayscale: #C4C4C4. Windows color (decimal): -218186 or 11971580. OLE color: 11971580.

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

Color convert

RGB252171182-
CMYK00.320.280.01
HSL351.85º93.1%82.94%-
HSV(B)351.85º32.14%98.82%-
XYZ63.1553.251.2-
YUV196.47119.84167.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=41.65%
G=28.26%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217118200.320.280.01351.8593.182.94
HexFCABB60201C11605d53
Octal374253266040341540135123
Binary111111001010101110110110010000011100110110000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABB6; }

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

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

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

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

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

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

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

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