#FAE5E6

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

Shades of Pale Pink #FAE5E6

Tints of Pale Pink #FAE5E6

Color information

#FAE5E6 (or 0xFAE5E6) is unknown color: approx Pale Pink. HEX triplet: FA, E5 and E6. RGB value is (250,229,230). Sum of RGB (Red+Green+Blue) = 250+229+230=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5E6 is #051A19. Grayscale: #EBEBEB. Windows color (decimal): -334362 or 15132154. OLE color: 15132154.

HSL color Cylindrical-coordinate representation of color #FAE5E6: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE5E6 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250229230-
CMYK00.080.080.02
HSL357.14º67.74%93.92%-
HSV(B)357.14º8.4%98.04%-
XYZ81.7382.0886.4-
YUV235.39124.96138.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 229 (89.84% from 255) = 32.30%
BLUE value IS 230 (90.23% from 255) = 32.44%
R=35.26%
G=32.30%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022923000.080.080.02357.1467.7493.92
HexFAE5E60882165445e
Octal372345346010102545104136
Binary1111101011100101111001100100010001010110010110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5E6; }

 p { color: rgb(250,229,230); }

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

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

 a { background-color: rgb(250,229,230); }

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

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

 span { border-color: rgb(250,229,230); }

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