#F9DEC8

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

Shades of Karry #F9DEC8

Tints of Karry #F9DEC8

Color information

#F9DEC8 (or 0xF9DEC8) is unknown color: approx Karry. HEX triplet: F9, DE and C8. RGB value is (249,222,200). Sum of RGB (Red+Green+Blue) = 249+222+200=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEC8 is #062137. Grayscale: #E3E3E3. Windows color (decimal): -401720 or 13164281. OLE color: 13164281.

HSL color Cylindrical-coordinate representation of color #F9DEC8: hue angle of 26.94º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9DEC8 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249222200-
CMYK00.110.200.02
HSL26.94º80.33%88.04%-
HSV(B)26.94º19.68%97.65%-
XYZ75.6176.5565.43-
YUV227.56112.45143.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 200 (78.52% from 255) = 29.81%
R=37.11%
G=33.08%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922220000.110.200.0226.9480.3388.04
HexF9DEC80B1421b5058
Octal37133631001324233120130
Binary1111100111011110110010000101110100101101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DEC8; }

 p { color: rgb(249,222,200); }

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

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

 a { background-color: rgb(249,222,200); }

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

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

 span { border-color: rgb(249,222,200); }

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