Html Css Color HEX #F6D3BF Tuft Bush

📋 copy color: '#F6D3BF'

red 246 ◦ green 211 ◦ blue 191

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

Shades of Tuft Bush #F6D3BF

Tints of Tuft Bush #F6D3BF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.56%

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

R = 37.96%
G = 32.56%
B = 29.48%

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

#F6D3BF (or 0xF6D3BF) is known color: Tuft Bush. HEX triplet: F6, D3 and BF. RGB value is (246,211,191). Sum of RGB (Red+Green+Blue) = 246+211+191=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3BF is #092C40. Grayscale: #DBDBDB. Windows color (decimal): -601153 or 12571638. OLE color: 12571638.

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

Color convert

RGB 246 211 191 -
CMYK 0 0.14 0.22 0.04
HSL 21.82º 0.75% 0.86% -
HSV(B) 21.82º 0.22% 0.96% -
XYZ 70.7 69.94 59.06 -
YUV 219.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 246 211 191 0 0.14 0.22 0.04 21.82 0.75 0.86
Hex F6 D3 BF 0 E 16 4 16 4B 56
Octal 366 323 277 0 16 26 4 26 113 126
Binary 11110110 11010011 10111111 0 1110 10110 100 10110 1001011 1010110

Color Harmonies of #F6D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3BF

Black with #F6D3BF

Text Example


Text Example

White with #F6D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3BF; }

 p { color: rgb(246,211,191); }

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

background-color css

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

 a { background-color: rgb(246,211,191); }

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

border-color css

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

 span { border-color: rgb(246,211,191); }

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