Html Css Color HEX #F4D1BE Tuft Bush

📋 copy color: '#F4D1BE'

red 244 ◦ green 209 ◦ blue 190

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

Shades of Tuft Bush #F4D1BE

Tints of Tuft Bush #F4D1BE

RGB

 RED value IS 244 (95.7% from 255) = 37.95%

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

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

R = 37.95%
G = 32.5%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F4D1BE (or 0xF4D1BE) is known color: Tuft Bush. HEX triplet: F4, D1 and BE. RGB value is (244,209,190). Sum of RGB (Red+Green+Blue) = 244+209+190=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1BE is #0B2E41. Grayscale: #D9D9D9. Windows color (decimal): -732738 or 12505588. OLE color: 12505588.

HSL color Cylindrical-coordinate representation of color #F4D1BE: hue angle of 21.11º degrees, saturation: 0.71, 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 #F4D1BE is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 209 190 -
CMYK 0 0.14 0.22 0.04
HSL 21.11º 0.71% 0.85% -
HSV(B) 21.11º 0.22% 0.96% -
XYZ 69.4 68.55 58.29 -
YUV 217.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 244 209 190 0 0.14 0.22 0.04 21.11 0.71 0.85
Hex F4 D1 BE 0 E 16 4 15 47 55
Octal 364 321 276 0 16 26 4 25 107 125
Binary 11110100 11010001 10111110 0 1110 10110 100 10101 1000111 1010101

Color Harmonies of #F4D1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D1BE

Black with #F4D1BE

Text Example


Text Example

White with #F4D1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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