Html Css Color HEX #F8D0BF Tuft Bush

📋 copy color: '#F8D0BF'

red 248 ◦ green 208 ◦ blue 191

#F8D0BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuft Bush #F8D0BF

Tints of Tuft Bush #F8D0BF

RGB

 RED value IS 248 (97.27% from 255) = 38.33%

 GREEN value IS 208 (81.64% from 255) = 32.15%

 BLUE value IS 191 (75% from 255) = 29.52%

R = 38.33%
G = 32.15%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8D0BF (or 0xF8D0BF) is known color: Tuft Bush. HEX triplet: F8, D0 and BF. RGB value is (248,208,191). Sum of RGB (Red+Green+Blue) = 248+208+191=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0BF is #072F40. Grayscale: #DADADA. Windows color (decimal): -470849 or 12570872. OLE color: 12570872.

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

Color convert

RGB 248 208 191 -
CMYK 0 0.16 0.23 0.03
HSL 17.89º 0.8% 0.86% -
HSV(B) 17.89º 0.23% 0.97% -
XYZ 70.67 68.83 58.85 -
YUV 218.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 248 208 191 0 0.16 0.23 0.03 17.89 0.8 0.86
Hex F8 D0 BF 0 10 17 3 12 50 56
Octal 370 320 277 0 20 27 3 22 120 126
Binary 11111000 11010000 10111111 0 10000 10111 11 10010 1010000 1010110

Color Harmonies of #F8D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D0BF

Black with #F8D0BF

Text Example


Text Example

White with #F8D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D0BF; }

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

 H1.HeaderClassName
 {
   color: #F8D0BF;
 }
 .AnyTagClassName
 {
   color: #F8D0BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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