#F9D9BF

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

Shades of Karry #F9D9BF

Tints of Karry #F9D9BF

Color information

#F9D9BF (or 0xF9D9BF) is unknown color: approx Karry. HEX triplet: F9, D9 and BF. RGB value is (249,217,191). Sum of RGB (Red+Green+Blue) = 249+217+191=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BF is #062640. Grayscale: #DFDFDF. Windows color (decimal): -403009 or 12573177. OLE color: 12573177.

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

Color convert

RGB249217191-
CMYK00.130.230.02
HSL26.9º82.86%86.27%-
HSV(B)26.9º23.29%97.65%-
XYZ73.2873.5359.62-
YUV223.6109.6146.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 191 (75% from 255) = 29.07%
R=37.90%
G=33.03%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921719100.130.230.0226.982.8686.27
HexF9D9BF0D1721b5356
Octal37133127701527233123126
Binary1111100111011001101111110110110111101101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D9BF; }

 p { color: rgb(249,217,191); }

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

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

 a { background-color: rgb(249,217,191); }

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

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

 span { border-color: rgb(249,217,191); }

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