#FDDFD6

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

Shades of Pippin #FDDFD6

Tints of Pippin #FDDFD6

Color information

#FDDFD6 (or 0xFDDFD6) is unknown color: approx Pippin. HEX triplet: FD, DF and D6. RGB value is (253,223,214). Sum of RGB (Red+Green+Blue) = 253+223+214=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD6 is #022029. Grayscale: #E7E7E7. Windows color (decimal): -139306 or 14082045. OLE color: 14082045.

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

Color convert

RGB253223214-
CMYK00.120.150.01
HSL13.85º90.7%91.57%-
HSV(B)13.85º15.42%99.22%-
XYZ79.0378.5174.61-
YUV230.94118.44143.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 214 (83.98% from 255) = 31.01%
R=36.67%
G=32.32%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322321400.120.150.0113.8590.791.57
HexFDDFD60CF1e5b5c
Octal37533732601417116133134
Binary1111110111011111110101100110011111111010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFD6; }

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

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

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

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

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

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

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

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