#FFE1CE

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

Shades of Karry #FFE1CE

Tints of Karry #FFE1CE

Color information

#FFE1CE (or 0xFFE1CE) is unknown color: approx Karry. HEX triplet: FF, E1 and CE. RGB value is (255,225,206). Sum of RGB (Red+Green+Blue) = 255+225+206=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CE is #001E31. Grayscale: #E7E7E7. Windows color (decimal): -7730 or 13558271. OLE color: 13558271.

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

Color convert

RGB255225206-
CMYK00.120.190
HSL23.27º100%90.39%-
HSV(B)23.27º19.22%100%-
XYZ79.3179.5769.57-
YUV231.8113.44144.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 206 (80.86% from 255) = 30.03%
R=37.17%
G=32.80%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522520600.120.19023.2710090.39
HexFFE1CE0C13017645a
Octal37734131601423027144132
Binary111111111110000111001110011001001101011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1CE; }

 p { color: rgb(255,225,206); }

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

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

 a { background-color: rgb(255,225,206); }

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

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

 span { border-color: rgb(255,225,206); }

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