#FCAABB

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

Shades of Light Pink #FCAABB

Tints of Light Pink #FCAABB

Color information

#FCAABB (or 0xFCAABB) is unknown color: approx Light Pink. HEX triplet: FC, AA and BB. RGB value is (252,170,187). Sum of RGB (Red+Green+Blue) = 252+170+187=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAABB is #035544. Grayscale: #C4C4C4. Windows color (decimal): -218437 or 12299004. OLE color: 12299004.

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

Color convert

RGB252170187-
CMYK00.330.260.01
HSL347.56º93.18%82.75%-
HSV(B)347.56º32.54%98.82%-
XYZ63.4953.0353.9-
YUV196.46122.67167.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=41.38%
G=27.91%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217018700.330.260.01347.5693.1882.75
HexFCAABB0211A115c5d53
Octal374252273041321534135123
Binary111111001010101010111011010000111010110101110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAABB; }

 p { color: rgb(252,170,187); }

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

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

 a { background-color: rgb(252,170,187); }

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

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

 span { border-color: rgb(252,170,187); }

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