#F8CFB9

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

Shades of Tuft Bush #F8CFB9

Tints of Tuft Bush #F8CFB9

Color information

#F8CFB9 (or 0xF8CFB9) is unknown color: approx Tuft Bush. HEX triplet: F8, CF and B9. RGB value is (248,207,185). Sum of RGB (Red+Green+Blue) = 248+207+185=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 185 (72.66% from 255 or 28.91% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFB9 is #073046. Grayscale: #D8D8D8. Windows color (decimal): -471111 or 12177400. OLE color: 12177400.

HSL color Cylindrical-coordinate representation of color #F8CFB9: hue angle of 20.95º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CFB9 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248207185-
CMYK00.170.250.03
HSL20.95º81.82%84.9%-
HSV(B)20.95º25.4%97.25%-
XYZ69.7868.0855.36-
YUV216.75110.08150.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 185 (72.66% from 255) = 28.91%
R=38.75%
G=32.34%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820718500.170.250.0320.9581.8284.9
HexF8CFB9011193155255
Octal37031727102131325122125
Binary11111000110011111011100101000111001111010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFB9; }

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

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

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

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

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

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

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

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