#FCAEB8

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

Shades of Light Pink #FCAEB8

Tints of Light Pink #FCAEB8

Color information

#FCAEB8 (or 0xFCAEB8) is unknown color: approx Light Pink. HEX triplet: FC, AE and B8. RGB value is (252,174,184). Sum of RGB (Red+Green+Blue) = 252+174+184=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEB8 is #035147. Grayscale: #C6C6C6. Windows color (decimal): -217416 or 12103420. OLE color: 12103420.

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

Color convert

RGB252174184-
CMYK00.310.270.01
HSL352.31º92.86%83.53%-
HSV(B)352.31º30.95%98.82%-
XYZ63.9354.4352.48-
YUV198.46119.84166.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 184 (72.27% from 255) = 30.16%
R=41.31%
G=28.52%
B=30.16%

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
Decimal25217418400.310.270.01352.3192.8683.53
HexFCAEB801F1B11605d54
Octal374256270037331540135124
Binary11111100101011101011100001111111011110110000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEB8; }

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

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

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

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

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

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

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

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