Html Css Color HEX #F5D1BE Tuft Bush

📋 copy color: '#F5D1BE'

red 245 ◦ green 209 ◦ blue 190

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

Shades of Tuft Bush #F5D1BE

Tints of Tuft Bush #F5D1BE

RGB

 RED value IS 245 (96.09% from 255) = 38.04%

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

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

R = 38.04%
G = 32.45%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5D1BE (or 0xF5D1BE) is known color: Tuft Bush. HEX triplet: F5, D1 and BE. RGB value is (245,209,190). Sum of RGB (Red+Green+Blue) = 245+209+190=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1BE is #0A2E41. Grayscale: #D9D9D9. Windows color (decimal): -667202 or 12505589. OLE color: 12505589.

HSL color Cylindrical-coordinate representation of color #F5D1BE: hue angle of 20.73º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5D1BE is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 190 -
CMYK 0 0.15 0.22 0.04
HSL 20.73º 0.73% 0.85% -
HSV(B) 20.73º 0.22% 0.96% -
XYZ 69.75 68.73 58.31 -
YUV 217.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 245 209 190 0 0.15 0.22 0.04 20.73 0.73 0.85
Hex F5 D1 BE 0 F 16 4 15 49 55
Octal 365 321 276 0 17 26 4 25 111 125
Binary 11110101 11010001 10111110 0 1111 10110 100 10101 1001001 1010101

Color Harmonies of #F5D1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D1BE

Black with #F5D1BE

Text Example


Text Example

White with #F5D1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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