#FADCDE

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

Shades of Pale Pink #FADCDE

Tints of Pale Pink #FADCDE

Color information

#FADCDE (or 0xFADCDE) is unknown color: approx Pale Pink. HEX triplet: FA, DC and DE. RGB value is (250,220,222). Sum of RGB (Red+Green+Blue) = 250+220+222=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDE is #052321. Grayscale: #E5E5E5. Windows color (decimal): -336674 or 14605562. OLE color: 14605562.

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

Color convert

RGB250220222-
CMYK00.120.110.02
HSL356º75%92.16%-
HSV(B)356º12%98.04%-
XYZ78.276.7879.81-
YUV229.2123.94142.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=36.13%
G=31.79%
B=32.08%

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
Decimal25022022200.120.110.023567592.16
HexFADCDE0CB21644b5c
Octal372334336014132544113134
Binary1111101011011100110111100110010111010110010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCDE; }

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

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

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

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

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

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

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

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