#FADDE0

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

Shades of Pale Pink #FADDE0

Tints of Pale Pink #FADDE0

Color information

#FADDE0 (or 0xFADDE0) is unknown color: approx Pale Pink. HEX triplet: FA, DD and E0. RGB value is (250,221,224). Sum of RGB (Red+Green+Blue) = 250+221+224=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDE0 is #05221F. Grayscale: #E6E6E6. Windows color (decimal): -336416 or 14736890. OLE color: 14736890.

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

Color convert

RGB250221224-
CMYK00.120.100.02
HSL353.79º74.36%92.35%-
HSV(B)353.79º11.6%98.04%-
XYZ78.7477.4281.31-
YUV230.01124.61142.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 221 (86.72% from 255) = 31.80%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=35.97%
G=31.80%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022122400.120.100.02353.7974.3692.35
HexFADDE00CA21624a5c
Octal372335340014122542112134
Binary1111101011011101111000000110010101010110001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDE0; }

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

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

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

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

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

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

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

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