#FEDCD6

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

Shades of Pippin #FEDCD6

Tints of Pippin #FEDCD6

Color information

#FEDCD6 (or 0xFEDCD6) is unknown color: approx Pippin. HEX triplet: FE, DC and D6. RGB value is (254,220,214). Sum of RGB (Red+Green+Blue) = 254+220+214=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD6 is #012329. Grayscale: #E5E5E5. Windows color (decimal): -74538 or 14081278. OLE color: 14081278.

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

Color convert

RGB254220214-
CMYK00.130.160.00
HSL95.24%91.76%-
HSV(B)15.75%99.61%-
XYZ78.677.1174.36-
YUV229.48119.26145.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 214 (83.98% from 255) = 31.10%
R=36.92%
G=31.98%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422021400.130.160.00995.2491.76
HexFEDCD60D10095f5c
Octal37633432601520011137134
Binary11111110110111001101011001101100000100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCD6; }

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

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

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

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

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

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

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

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