#FCABBA

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

Shades of Light Pink #FCABBA

Tints of Light Pink #FCABBA

Color information

#FCABBA (or 0xFCABBA) is unknown color: approx Light Pink. HEX triplet: FC, AB and BA. RGB value is (252,171,186). Sum of RGB (Red+Green+Blue) = 252+171+186=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABBA is #035445. Grayscale: #C4C4C4. Windows color (decimal): -218182 or 12233724. OLE color: 12233724.

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

Color convert

RGB252171186-
CMYK00.320.260.01
HSL348.89º93.1%82.94%-
HSV(B)348.89º32.14%98.82%-
XYZ63.5753.3753.4-
YUV196.93121.84167.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=41.38%
G=28.08%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217118600.320.260.01348.8993.182.94
HexFCABBA0201A115d5d53
Octal374253272040321535135123
Binary111111001010101110111010010000011010110101110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABBA; }

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

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

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

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

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

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

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

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