#FCAAAC

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

Shades of Light Pink #FCAAAC

Tints of Light Pink #FCAAAC

Color information

#FCAAAC (or 0xFCAAAC) is unknown color: approx Light Pink. HEX triplet: FC, AA and AC. RGB value is (252,170,172). Sum of RGB (Red+Green+Blue) = 252+170+172=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAAC is #035553. Grayscale: #C2C2C2. Windows color (decimal): -218452 or 11315964. OLE color: 11315964.

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

Color convert

RGB252170172-
CMYK00.330.320.01
HSL358.54º93.18%82.75%-
HSV(B)358.54º32.54%98.82%-
XYZ61.9752.4245.88-
YUV194.75115.17168.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 172 (67.58% from 255) = 28.96%
R=42.42%
G=28.62%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217017200.330.320.01358.5493.1882.75
HexFCAAAC0212011675d53
Octal374252254041401547135123
Binary1111110010101010101011000100001100000110110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAAC; }

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

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

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

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

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

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

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

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