#FADDDE

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

Shades of Pale Pink #FADDDE

Tints of Pale Pink #FADDDE

Color information

#FADDDE (or 0xFADDDE) is unknown color: approx Pale Pink. HEX triplet: FA, DD and DE. RGB value is (250,221,222). Sum of RGB (Red+Green+Blue) = 250+221+222=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDDE is #052221. Grayscale: #E5E5E5. Windows color (decimal): -336418 or 14605818. OLE color: 14605818.

HSL color Cylindrical-coordinate representation of color #FADDDE: hue angle of 357.93º 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 #FADDDE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250221222-
CMYK00.120.110.02
HSL357.93º74.36%92.35%-
HSV(B)357.93º11.6%98.04%-
XYZ78.4777.3179.89-
YUV229.78123.61142.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=36.08%
G=31.89%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022122200.120.110.02357.9374.3692.35
HexFADDDE0CB21664a5c
Octal372335336014132546112134
Binary1111101011011101110111100110010111010110011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDDE; }

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

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

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

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

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

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

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

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