#FFE1CB

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

Shades of Karry #FFE1CB

Tints of Karry #FFE1CB

Color information

#FFE1CB (or 0xFFE1CB) is unknown color: approx Karry. HEX triplet: FF, E1 and CB. RGB value is (255,225,203). Sum of RGB (Red+Green+Blue) = 255+225+203=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CB is #001E34. Grayscale: #E7E7E7. Windows color (decimal): -7733 or 13361663. OLE color: 13361663.

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

Color convert

RGB255225203-
CMYK00.120.200
HSL25.38º100%89.8%-
HSV(B)25.38º20.39%100%-
XYZ78.9479.4267.67-
YUV231.46111.94144.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 203 (79.69% from 255) = 29.72%
R=37.34%
G=32.94%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522520300.120.20025.3810089.8
HexFFE1CB0C14019645a
Octal37734131301424031144132
Binary111111111110000111001011011001010001100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1CB; }

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

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

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

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

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

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

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

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