#FDDCD5

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

Shades of Pippin #FDDCD5

Tints of Pippin #FDDCD5

Color information

#FDDCD5 (or 0xFDDCD5) is unknown color: approx Pippin. HEX triplet: FD, DC and D5. RGB value is (253,220,213). Sum of RGB (Red+Green+Blue) = 253+220+213=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD5 is #02232A. Grayscale: #E5E5E5. Windows color (decimal): -140075 or 14015741. OLE color: 14015741.

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

Color convert

RGB253220213-
CMYK00.130.160.01
HSL10.5º90.91%91.37%-
HSV(B)10.5º15.81%99.22%-
XYZ78.1176.8773.67-
YUV229.07118.93145.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=36.88%
G=32.07%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322021300.130.160.0110.590.9191.37
HexFDDCD50D101b5b5b
Octal37533432501520113133133
Binary11111101110111001101010101101100001101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCD5; }

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

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

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

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

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

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

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

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