#FEE1CA

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

Shades of Karry #FEE1CA

Tints of Karry #FEE1CA

Color information

#FEE1CA (or 0xFEE1CA) is unknown color: approx Karry. HEX triplet: FE, E1 and CA. RGB value is (254,225,202). Sum of RGB (Red+Green+Blue) = 254+225+202=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CA is #011E35. Grayscale: #E7E7E7. Windows color (decimal): -73270 or 13296126. OLE color: 13296126.

HSL color Cylindrical-coordinate representation of color #FEE1CA: hue angle of 26.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE1CA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254225202-
CMYK00.110.200.00
HSL26.54º96.3%89.41%-
HSV(B)26.54º20.47%99.61%-
XYZ78.4679.1967.03-
YUV231.05111.61144.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=37.30%
G=33.04%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422520200.110.200.0026.5496.389.41
HexFEE1CA0B1401b6059
Octal37634131201324033140131
Binary111111101110000111001010010111010001101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1CA; }

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

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

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

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

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

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

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

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