#FED9CF

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

Shades of Pippin #FED9CF

Tints of Pippin #FED9CF

Color information

#FED9CF (or 0xFED9CF) is unknown color: approx Pippin. HEX triplet: FE, D9 and CF. RGB value is (254,217,207). Sum of RGB (Red+Green+Blue) = 254+217+207=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CF is #012630. Grayscale: #E3E3E3. Windows color (decimal): -75313 or 13621758. OLE color: 13621758.

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

Color convert

RGB254217207-
CMYK00.150.190.00
HSL12.77º95.92%90.39%-
HSV(B)12.77º18.5%99.61%-
XYZ76.9575.269.49-
YUV226.92116.76147.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 207 (81.25% from 255) = 30.53%
R=37.46%
G=32.01%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421720700.150.190.0012.7795.9290.39
HexFED9CF0F130d605a
Octal37633131701723015140132
Binary11111110110110011100111101111100110110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9CF; }

 p { color: rgb(254,217,207); }

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

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

 a { background-color: rgb(254,217,207); }

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

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

 span { border-color: rgb(254,217,207); }

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