#FCAAAB

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

Shades of Light Pink #FCAAAB

Tints of Light Pink #FCAAAB

Color information

#FCAAAB (or 0xFCAAAB) is unknown color: approx Light Pink. HEX triplet: FC, AA and AB. RGB value is (252,170,171). Sum of RGB (Red+Green+Blue) = 252+170+171=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAAB is #035554. Grayscale: #C2C2C2. Windows color (decimal): -218453 or 11250428. OLE color: 11250428.

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

Color convert

RGB252170171-
CMYK00.330.320.01
HSL359.27º93.18%82.75%-
HSV(B)359.27º32.54%98.82%-
XYZ61.8752.3945.38-
YUV194.63114.67168.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=42.50%
G=28.67%
B=28.84%

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
Decimal25217017100.330.320.01359.2793.1882.75
HexFCAAAB0212011675d53
Octal374252253041401547135123
Binary1111110010101010101010110100001100000110110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAAB; }

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

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

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

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

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

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

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

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