#FAE1E3

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

Shades of Pale Pink #FAE1E3

Tints of Pale Pink #FAE1E3

Color information

#FAE1E3 (or 0xFAE1E3) is unknown color: approx Pale Pink. HEX triplet: FA, E1 and E3. RGB value is (250,225,227). Sum of RGB (Red+Green+Blue) = 250+225+227=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1E3 is #051E1C. Grayscale: #E8E8E8. Windows color (decimal): -335389 or 14934522. OLE color: 14934522.

HSL color Cylindrical-coordinate representation of color #FAE1E3: hue angle of 355.2º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1E3 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250225227-
CMYK00.100.090.02
HSL355.2º71.43%93.14%-
HSV(B)355.2º10%98.04%-
XYZ80.2179.7283.83-
YUV232.7124.78140.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 225 (88.28% from 255) = 32.05%
BLUE value IS 227 (89.06% from 255) = 32.34%
R=35.61%
G=32.05%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022522700.100.090.02355.271.4393.14
HexFAE1E30A92163475d
Octal372341343012112543107135
Binary1111101011100001111000110101010011010110001110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1E3; }

 p { color: rgb(250,225,227); }

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

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

 a { background-color: rgb(250,225,227); }

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

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

 span { border-color: rgb(250,225,227); }

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