#FADDDF

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

Shades of Pale Pink #FADDDF

Tints of Pale Pink #FADDDF

Color information

#FADDDF (or 0xFADDDF) is unknown color: approx Pale Pink. HEX triplet: FA, DD and DF. RGB value is (250,221,223). Sum of RGB (Red+Green+Blue) = 250+221+223=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDDF is #052220. Grayscale: #E5E5E5. Windows color (decimal): -336417 or 14671354. OLE color: 14671354.

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

Color convert

RGB250221223-
CMYK00.120.110.02
HSL355.86º74.36%92.35%-
HSV(B)355.86º11.6%98.04%-
XYZ78.677.3680.6-
YUV229.9124.11142.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=36.02%
G=31.84%
B=32.13%

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
Decimal25022122300.120.110.02355.8674.3692.35
HexFADDDF0CB21644a5c
Octal372335337014132544112134
Binary1111101011011101110111110110010111010110010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDDF; }

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

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

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

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

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

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

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

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