#FEDCD2

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

Shades of Pippin #FEDCD2

Tints of Pippin #FEDCD2

Color information

#FEDCD2 (or 0xFEDCD2) is unknown color: approx Pippin. HEX triplet: FE, DC and D2. RGB value is (254,220,210). Sum of RGB (Red+Green+Blue) = 254+220+210=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD2 is #01232D. Grayscale: #E5E5E5. Windows color (decimal): -74542 or 13819134. OLE color: 13819134.

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

Color convert

RGB254220210-
CMYK00.130.170.00
HSL13.64º95.65%90.98%-
HSV(B)13.64º17.32%99.61%-
XYZ78.176.9171.7-
YUV229.03117.26145.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 210 (82.42% from 255) = 30.70%
R=37.13%
G=32.16%
B=30.70%

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
Decimal25422021000.130.170.0013.6495.6590.98
HexFEDCD20D110e605b
Octal37633432201521016140133
Binary11111110110111001101001001101100010111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCD2; }

 p { color: rgb(254,220,210); }

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

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

 a { background-color: rgb(254,220,210); }

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

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

 span { border-color: rgb(254,220,210); }

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