#FFE0CF

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

Shades of Pippin #FFE0CF

Tints of Pippin #FFE0CF

Color information

#FFE0CF (or 0xFFE0CF) is unknown color: approx Pippin. HEX triplet: FF, E0 and CF. RGB value is (255,224,207). Sum of RGB (Red+Green+Blue) = 255+224+207=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CF is #001F30. Grayscale: #E7E7E7. Windows color (decimal): -7985 or 13623551. OLE color: 13623551.

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

Color convert

RGB255224207-
CMYK00.120.190
HSL21.25º100%90.59%-
HSV(B)21.25º18.82%100%-
XYZ79.1679.0870.12-
YUV231.33114.27144.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 224 (87.89% from 255) = 32.65%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=37.17%
G=32.65%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522420700.120.19021.2510090.59
HexFFE0CF0C13015645b
Octal37734031701423025144133
Binary111111111110000011001111011001001101010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0CF; }

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

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

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

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

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

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

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

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