#FDDFE0

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

Shades of Pale Pink #FDDFE0

Tints of Pale Pink #FDDFE0

Color information

#FDDFE0 (or 0xFDDFE0) is unknown color: approx Pale Pink. HEX triplet: FD, DF and E0. RGB value is (253,223,224). Sum of RGB (Red+Green+Blue) = 253+223+224=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE0 is #02201F. Grayscale: #E8E8E8. Windows color (decimal): -139296 or 14737405. OLE color: 14737405.

HSL color Cylindrical-coordinate representation of color #FDDFE0: hue angle of 358º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFE0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253223224-
CMYK00.120.110.01
HSL358º88.24%93.33%-
HSV(B)358º11.86%99.22%-
XYZ80.3579.0481.54-
YUV232.08123.44142.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 224 (87.89% from 255) = 32%
R=36.14%
G=31.86%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322322400.120.110.0135888.2493.33
HexFDDFE00CB1166585d
Octal375337340014131546130135
Binary111111011101111111100000011001011110110011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFE0; }

 p { color: rgb(253,223,224); }

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

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

 a { background-color: rgb(253,223,224); }

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

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

 span { border-color: rgb(253,223,224); }

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