#FCAABA

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

Shades of Light Pink #FCAABA

Tints of Light Pink #FCAABA

Color information

#FCAABA (or 0xFCAABA) is unknown color: approx Light Pink. HEX triplet: FC, AA and BA. RGB value is (252,170,186). Sum of RGB (Red+Green+Blue) = 252+170+186=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAABA is #035545. Grayscale: #C4C4C4. Windows color (decimal): -218438 or 12233468. OLE color: 12233468.

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

Color convert

RGB252170186-
CMYK00.330.260.01
HSL348.29º93.18%82.75%-
HSV(B)348.29º32.54%98.82%-
XYZ63.3852.9953.34-
YUV196.34122.17167.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=41.45%
G=27.96%
B=30.59%

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
Decimal25217018600.330.260.01348.2993.1882.75
HexFCAABA0211A115c5d53
Octal374252272041321534135123
Binary111111001010101010111010010000111010110101110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAABA; }

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

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

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

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

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

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

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

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