#F8D5BF

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

Shades of Tuft Bush #F8D5BF

Tints of Tuft Bush #F8D5BF

Color information

#F8D5BF (or 0xF8D5BF) is unknown color: approx Tuft Bush. HEX triplet: F8, D5 and BF. RGB value is (248,213,191). Sum of RGB (Red+Green+Blue) = 248+213+191=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5BF is #072A40. Grayscale: #DDDDDD. Windows color (decimal): -469569 or 12572152. OLE color: 12572152.

HSL color Cylindrical-coordinate representation of color #F8D5BF: hue angle of 23.16º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8D5BF is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248213191-
CMYK00.140.230.03
HSL23.16º80.28%86.08%-
HSV(B)23.16º22.98%97.25%-
XYZ71.9171.3159.26-
YUV220.96111.1147.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 191 (75% from 255) = 29.29%
R=38.04%
G=32.67%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821319100.140.230.0323.1680.2886.08
HexF8D5BF0E173175056
Octal37032527701627327120126
Binary1111100011010101101111110111010111111011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5BF; }

 p { color: rgb(248,213,191); }

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

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

 a { background-color: rgb(248,213,191); }

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

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

 span { border-color: rgb(248,213,191); }

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