#FFE0CB

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

Shades of Karry #FFE0CB

Tints of Karry #FFE0CB

Color information

#FFE0CB (or 0xFFE0CB) is unknown color: approx Karry. HEX triplet: FF, E0 and CB. RGB value is (255,224,203). Sum of RGB (Red+Green+Blue) = 255+224+203=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0CB is #001F34. Grayscale: #E6E6E6. Windows color (decimal): -7989 or 13361407. OLE color: 13361407.

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

Color convert

RGB255224203-
CMYK00.120.200
HSL24.23º100%89.8%-
HSV(B)24.23º20.39%100%-
XYZ78.6878.8867.58-
YUV230.88112.27145.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 203 (79.69% from 255) = 29.77%
R=37.39%
G=32.84%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522420300.120.20024.2310089.8
HexFFE0CB0C14018645a
Octal37734031301424030144132
Binary111111111110000011001011011001010001100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0CB; }

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

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

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

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

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

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

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

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