#FDDFE2

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

Shades of Pale Pink #FDDFE2

Tints of Pale Pink #FDDFE2

Color information

#FDDFE2 (or 0xFDDFE2) is unknown color: approx Pale Pink. HEX triplet: FD, DF and E2. RGB value is (253,223,226). Sum of RGB (Red+Green+Blue) = 253+223+226=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE2 is #02201D. Grayscale: #E8E8E8. Windows color (decimal): -139294 or 14868477. OLE color: 14868477.

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

Color convert

RGB253223226-
CMYK00.120.110.01
HSL354º88.24%93.33%-
HSV(B)354º11.86%99.22%-
XYZ80.6279.1582.98-
YUV232.31124.44142.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 226 (88.67% from 255) = 32.19%
R=36.04%
G=31.77%
B=32.19%

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
Decimal25322322600.120.110.0135488.2493.33
HexFDDFE20CB1162585d
Octal375337342014131542130135
Binary111111011101111111100010011001011110110001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFE2; }

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

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

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

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

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

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

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

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