#F9CFB9

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

Shades of Tuft Bush #F9CFB9

Tints of Tuft Bush #F9CFB9

Color information

#F9CFB9 (or 0xF9CFB9) is unknown color: approx Tuft Bush. HEX triplet: F9, CF and B9. RGB value is (249,207,185). Sum of RGB (Red+Green+Blue) = 249+207+185=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFB9 is #063046. Grayscale: #D9D9D9. Windows color (decimal): -405575 or 12177401. OLE color: 12177401.

HSL color Cylindrical-coordinate representation of color #F9CFB9: hue angle of 20.63º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9CFB9 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB249207185-
CMYK00.170.260.02
HSL20.63º84.21%85.1%-
HSV(B)20.63º25.7%97.65%-
XYZ70.1468.2755.38-
YUV217.05109.91150.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 185 (72.66% from 255) = 28.86%
R=38.85%
G=32.29%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920718500.170.260.0220.6384.2185.1
HexF9CFB90111A2155455
Octal37131727102132225124125
Binary11111001110011111011100101000111010101010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFB9; }

 p { color: rgb(249,207,185); }

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

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

 a { background-color: rgb(249,207,185); }

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

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

 span { border-color: rgb(249,207,185); }

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