#FEDDD4

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

Shades of Pippin #FEDDD4

Tints of Pippin #FEDDD4

Color information

#FEDDD4 (or 0xFEDDD4) is unknown color: approx Pippin. HEX triplet: FE, DD and D4. RGB value is (254,221,212). Sum of RGB (Red+Green+Blue) = 254+221+212=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD4 is #01222B. Grayscale: #E5E5E5. Windows color (decimal): -74284 or 13950462. OLE color: 13950462.

HSL color Cylindrical-coordinate representation of color #FEDDD4: hue angle of 12.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEDDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254221212-
CMYK00.130.170.00
HSL12.86º95.45%91.37%-
HSV(B)12.86º16.54%99.61%-
XYZ78.6177.5473.11-
YUV229.84117.93145.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=36.97%
G=32.17%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422121200.130.170.0012.8695.4591.37
HexFEDDD40D110d5f5b
Octal37633532401521015137133
Binary11111110110111011101010001101100010110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDD4; }

 p { color: rgb(254,221,212); }

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

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

 a { background-color: rgb(254,221,212); }

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

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

 span { border-color: rgb(254,221,212); }

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