#FDDCD6

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

Shades of Pippin #FDDCD6

Tints of Pippin #FDDCD6

Color information

#FDDCD6 (or 0xFDDCD6) is unknown color: approx Pippin. HEX triplet: FD, DC and D6. RGB value is (253,220,214). Sum of RGB (Red+Green+Blue) = 253+220+214=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD6 is #022329. Grayscale: #E5E5E5. Windows color (decimal): -140074 or 14081277. OLE color: 14081277.

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

Color convert

RGB253220214-
CMYK00.130.150.01
HSL9.23º90.7%91.57%-
HSV(B)9.23º15.42%99.22%-
XYZ78.2476.9274.34-
YUV229.18119.43144.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 214 (83.98% from 255) = 31.15%
R=36.83%
G=32.02%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322021400.130.150.019.2390.791.57
HexFDDCD60DF195b5c
Octal37533432601517111133134
Binary1111110111011100110101100110111111100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCD6; }

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

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

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

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

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

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

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

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