#FFE1CA

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

Shades of Karry #FFE1CA

Tints of Karry #FFE1CA

Color information

#FFE1CA (or 0xFFE1CA) is unknown color: approx Karry. HEX triplet: FF, E1 and CA. RGB value is (255,225,202). Sum of RGB (Red+Green+Blue) = 255+225+202=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CA is #001E35. Grayscale: #E7E7E7. Windows color (decimal): -7734 or 13296127. OLE color: 13296127.

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

Color convert

RGB255225202-
CMYK00.120.210
HSL26.04º100%89.61%-
HSV(B)26.04º20.78%100%-
XYZ78.8379.3767.04-
YUV231.35111.44144.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=37.39%
G=32.99%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522520200.120.21026.0410089.61
HexFFE1CA0C1501a645a
Octal37734131201425032144132
Binary111111111110000111001010011001010101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1CA; }

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

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

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

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

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

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

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

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