#FCAEB9

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

Shades of Light Pink #FCAEB9

Tints of Light Pink #FCAEB9

Color information

#FCAEB9 (or 0xFCAEB9) is unknown color: approx Light Pink. HEX triplet: FC, AE and B9. RGB value is (252,174,185). Sum of RGB (Red+Green+Blue) = 252+174+185=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEB9 is #035146. Grayscale: #C6C6C6. Windows color (decimal): -217415 or 12168956. OLE color: 12168956.

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

Color convert

RGB252174185-
CMYK00.310.270.01
HSL351.54º92.86%83.53%-
HSV(B)351.54º30.95%98.82%-
XYZ64.0454.4753.04-
YUV198.58120.34166.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=41.24%
G=28.48%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217418500.310.270.01351.5492.8683.53
HexFCAEB901F1B11605d54
Octal374256271037331540135124
Binary11111100101011101011100101111111011110110000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEB9; }

 p { color: rgb(252,174,185); }

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

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

 a { background-color: rgb(252,174,185); }

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

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

 span { border-color: rgb(252,174,185); }

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