#FFDECF

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

Shades of Pippin #FFDECF

Tints of Pippin #FFDECF

Color information

#FFDECF (or 0xFFDECF) is unknown color: approx Pippin. HEX triplet: FF, DE and CF. RGB value is (255,222,207). Sum of RGB (Red+Green+Blue) = 255+222+207=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDECF is #002130. Grayscale: #E6E6E6. Windows color (decimal): -8497 or 13623039. OLE color: 13623039.

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

Color convert

RGB255222207-
CMYK00.130.190
HSL18.75º100%90.59%-
HSV(B)18.75º18.82%100%-
XYZ78.6278.0169.94-
YUV230.16114.93145.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=37.28%
G=32.46%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522220700.130.19018.7510090.59
HexFFDECF0D13013645b
Octal37733631701523023144133
Binary111111111101111011001111011011001101001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDECF; }

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

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

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

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

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

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

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

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