#F9DCC8

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

Shades of Karry #F9DCC8

Tints of Karry #F9DCC8

Color information

#F9DCC8 (or 0xF9DCC8) is unknown color: approx Karry. HEX triplet: F9, DC and C8. RGB value is (249,220,200). Sum of RGB (Red+Green+Blue) = 249+220+200=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCC8 is #062337. Grayscale: #E2E2E2. Windows color (decimal): -402232 or 13163769. OLE color: 13163769.

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

Color convert

RGB249220200-
CMYK00.120.200.02
HSL24.49º80.33%88.04%-
HSV(B)24.49º19.68%97.65%-
XYZ75.0975.565.26-
YUV226.39113.11144.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 200 (78.52% from 255) = 29.90%
R=37.22%
G=32.88%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922020000.120.200.0224.4980.3388.04
HexF9DCC80C142185058
Octal37133431001424230120130
Binary1111100111011100110010000110010100101100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCC8; }

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

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

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

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

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

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

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

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