#FFE0CA

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

Shades of Karry #FFE0CA

Tints of Karry #FFE0CA

Color information

#FFE0CA (or 0xFFE0CA) is unknown color: approx Karry. HEX triplet: FF, E0 and CA. RGB value is (255,224,202). Sum of RGB (Red+Green+Blue) = 255+224+202=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CA is #001F35. Grayscale: #E6E6E6. Windows color (decimal): -7990 or 13295871. OLE color: 13295871.

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

Color convert

RGB255224202-
CMYK00.120.210
HSL24.91º100%89.61%-
HSV(B)24.91º20.78%100%-
XYZ78.5678.8466.95-
YUV230.76111.77145.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=37.44%
G=32.89%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522420200.120.21024.9110089.61
HexFFE0CA0C15019645a
Octal37734031201425031144132
Binary111111111110000011001010011001010101100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0CA; }

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

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

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

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

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

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

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

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