#FDDED3

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

Shades of Pippin #FDDED3

Tints of Pippin #FDDED3

Color information

#FDDED3 (or 0xFDDED3) is unknown color: approx Pippin. HEX triplet: FD, DE and D3. RGB value is (253,222,211). Sum of RGB (Red+Green+Blue) = 253+222+211=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED3 is #02212C. Grayscale: #E6E6E6. Windows color (decimal): -139565 or 13885181. OLE color: 13885181.

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

Color convert

RGB253222211-
CMYK00.120.170.01
HSL15.71º91.3%90.98%-
HSV(B)15.71º16.6%99.22%-
XYZ78.3977.8372.52-
YUV230.02117.27144.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 211 (82.81% from 255) = 30.76%
R=36.88%
G=32.36%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322221100.120.170.0115.7191.390.98
HexFDDED30C111105b5b
Octal37533632301421120133133
Binary111111011101111011010011011001000111000010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDED3; }

 p { color: rgb(253,222,211); }

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

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

 a { background-color: rgb(253,222,211); }

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

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

 span { border-color: rgb(253,222,211); }

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