#F9CFBD

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

Shades of Tuft Bush #F9CFBD

Tints of Tuft Bush #F9CFBD

Color information

#F9CFBD (or 0xF9CFBD) is unknown color: approx Tuft Bush. HEX triplet: F9, CF and BD. RGB value is (249,207,189). Sum of RGB (Red+Green+Blue) = 249+207+189=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFBD is #063042. Grayscale: #D9D9D9. Windows color (decimal): -405571 or 12439545. OLE color: 12439545.

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

Color convert

RGB249207189-
CMYK00.170.240.02
HSL18º83.33%85.88%-
HSV(B)18º24.1%97.65%-
XYZ70.5768.4457.64-
YUV217.51111.91150.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=38.60%
G=32.09%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920718900.170.240.021883.3385.88
HexF9CFBD011182125356
Octal37131727502130222123126
Binary11111001110011111011110101000111000101001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFBD; }

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

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

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

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

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

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

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

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