#FADEE0

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

Shades of Pale Pink #FADEE0

Tints of Pale Pink #FADEE0

Color information

#FADEE0 (or 0xFADEE0) is unknown color: approx Pale Pink. HEX triplet: FA, DE and E0. RGB value is (250,222,224). Sum of RGB (Red+Green+Blue) = 250+222+224=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE0 is #05211F. Grayscale: #E6E6E6. Windows color (decimal): -336160 or 14737146. OLE color: 14737146.

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

Color convert

RGB250222224-
CMYK00.110.100.02
HSL355.71º73.68%92.55%-
HSV(B)355.71º11.2%98.04%-
XYZ7977.9581.4-
YUV230.6124.28141.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 224 (87.89% from 255) = 32.18%
R=35.92%
G=31.90%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022222400.110.100.02355.7173.6892.55
HexFADEE00BA21644a5d
Octal372336340013122544112135
Binary1111101011011110111000000101110101010110010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEE0; }

 p { color: rgb(250,222,224); }

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

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

 a { background-color: rgb(250,222,224); }

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

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

 span { border-color: rgb(250,222,224); }

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