#F9D8BF

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

Shades of Karry #F9D8BF

Tints of Karry #F9D8BF

Color information

#F9D8BF (or 0xF9D8BF) is unknown color: approx Karry. HEX triplet: F9, D8 and BF. RGB value is (249,216,191). Sum of RGB (Red+Green+Blue) = 249+216+191=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8BF is #062740. Grayscale: #DFDFDF. Windows color (decimal): -403265 or 12572921. OLE color: 12572921.

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

Color convert

RGB249216191-
CMYK00.130.230.02
HSL25.86º82.86%86.27%-
HSV(B)25.86º23.29%97.65%-
XYZ73.0373.0159.53-
YUV223.02109.93146.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 191 (75% from 255) = 29.12%
R=37.96%
G=32.93%
B=29.12%

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
Decimal24921619100.130.230.0225.8682.8686.27
HexF9D8BF0D1721a5356
Octal37133027701527232123126
Binary1111100111011000101111110110110111101101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D8BF; }

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

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

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

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

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

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

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

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