#F9DCC9

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

Shades of Karry #F9DCC9

Tints of Karry #F9DCC9

Color information

#F9DCC9 (or 0xF9DCC9) is unknown color: approx Karry. HEX triplet: F9, DC and C9. RGB value is (249,220,201). Sum of RGB (Red+Green+Blue) = 249+220+201=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCC9 is #062336. Grayscale: #E2E2E2. Windows color (decimal): -402231 or 13229305. OLE color: 13229305.

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

Color convert

RGB249220201-
CMYK00.120.190.02
HSL23.75º80%88.24%-
HSV(B)23.75º19.28%97.65%-
XYZ75.275.5465.88-
YUV226.5113.61144.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 201 (78.91% from 255) = 30%
R=37.16%
G=32.84%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922020100.120.190.0223.758088.24
HexF9DCC90C132185058
Octal37133431101423230120130
Binary1111100111011100110010010110010011101100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCC9; }

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

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

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

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

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

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

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

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