Html Css Color HEX #F8D1BE Tuft Bush

📋 copy color: '#F8D1BE'

red 248 ◦ green 209 ◦ blue 190

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

Shades of Tuft Bush #F8D1BE

Tints of Tuft Bush #F8D1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.3%

 BLUE value IS 190 (74.61% from 255) = 29.37%

R = 38.33%
G = 32.3%
B = 29.37%

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

#F8D1BE (or 0xF8D1BE) is known color: Tuft Bush. HEX triplet: F8, D1 and BE. RGB value is (248,209,190). Sum of RGB (Red+Green+Blue) = 248+209+190=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1BE is #072E41. Grayscale: #DADADA. Windows color (decimal): -470594 or 12505592. OLE color: 12505592.

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

Color convert

RGB 248 209 190 -
CMYK 0 0.16 0.23 0.03
HSL 19.66º 0.81% 0.86% -
HSV(B) 19.66º 0.23% 0.97% -
XYZ 70.81 69.28 58.35 -
YUV 218.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 248 209 190 0 0.16 0.23 0.03 19.66 0.81 0.86
Hex F8 D1 BE 0 10 17 3 14 51 56
Octal 370 321 276 0 20 27 3 24 121 126
Binary 11111000 11010001 10111110 0 10000 10111 11 10100 1010001 1010110

Color Harmonies of #F8D1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D1BE

Black with #F8D1BE

Text Example


Text Example

White with #F8D1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D1BE; }

 p { color: rgb(248,209,190); }

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

background-color css

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

 a { background-color: rgb(248,209,190); }

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

border-color css

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

 span { border-color: rgb(248,209,190); }

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