#F9DCC0

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

Shades of Karry #F9DCC0

Tints of Karry #F9DCC0

Color information

#F9DCC0 (or 0xF9DCC0) is unknown color: approx Karry. HEX triplet: F9, DC and C0. RGB value is (249,220,192). Sum of RGB (Red+Green+Blue) = 249+220+192=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCC0 is #06233F. Grayscale: #E1E1E1. Windows color (decimal): -402240 or 12639481. OLE color: 12639481.

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

Color convert

RGB249220192-
CMYK00.120.230.02
HSL29.47º82.61%86.47%-
HSV(B)29.47º22.89%97.65%-
XYZ74.1775.1360.46-
YUV225.48109.11144.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 29.05%
R=37.67%
G=33.28%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922019200.120.230.0229.4782.6186.47
HexF9DCC00C1721d5356
Octal37133430001427235123126
Binary1111100111011100110000000110010111101110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCC0; }

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

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

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

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

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

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

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

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