Html Css Color HEX #F6D5BE Tuft Bush

📋 copy color: '#F6D5BE'

red 246 ◦ green 213 ◦ blue 190

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

Shades of Tuft Bush #F6D5BE

Tints of Tuft Bush #F6D5BE

RGB

 RED value IS 246 (96.48% from 255) = 37.9%

 GREEN value IS 213 (83.59% from 255) = 32.82%

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

R = 37.9%
G = 32.82%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6D5BE (or 0xF6D5BE) is known color: Tuft Bush. HEX triplet: F6, D5 and BE. RGB value is (246,213,190). Sum of RGB (Red+Green+Blue) = 246+213+190=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5BE is #092A41. Grayscale: #DCDCDC. Windows color (decimal): -600642 or 12506614. OLE color: 12506614.

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

Color convert

RGB 246 213 190 -
CMYK 0 0.13 0.23 0.04
HSL 24.64º 0.76% 0.85% -
HSV(B) 24.64º 0.23% 0.96% -
XYZ 71.09 70.9 58.65 -
YUV 220.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 246 213 190 0 0.13 0.23 0.04 24.64 0.76 0.85
Hex F6 D5 BE 0 D 17 4 19 4C 55
Octal 366 325 276 0 15 27 4 31 114 125
Binary 11110110 11010101 10111110 0 1101 10111 100 11001 1001100 1010101

Color Harmonies of #F6D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D5BE

Black with #F6D5BE

Text Example


Text Example

White with #F6D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D5BE; }

 p { color: rgb(246,213,190); }

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

background-color css

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

 a { background-color: rgb(246,213,190); }

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

border-color css

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

 span { border-color: rgb(246,213,190); }

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