#FEDECF

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

Shades of Pippin #FEDECF

Tints of Pippin #FEDECF

Color information

#FEDECF (or 0xFEDECF) is unknown color: approx Pippin. HEX triplet: FE, DE and CF. RGB value is (254,222,207). Sum of RGB (Red+Green+Blue) = 254+222+207=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDECF is #012130. Grayscale: #E5E5E5. Windows color (decimal): -74033 or 13623038. OLE color: 13623038.

HSL color Cylindrical-coordinate representation of color #FEDECF: hue angle of 19.15º 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 #FEDECF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254222207-
CMYK00.130.190.00
HSL19.15º95.92%90.39%-
HSV(B)19.15º18.5%99.61%-
XYZ78.2677.8269.93-
YUV229.86115.1145.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 207 (81.25% from 255) = 30.31%
R=37.19%
G=32.50%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422220700.130.190.0019.1595.9290.39
HexFEDECF0D13013605a
Octal37633631701523023140132
Binary111111101101111011001111011011001101001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDECF; }

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

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

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

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

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

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

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

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