Html Css Color HEX #F6D6BF Tuft Bush

📋 copy color: '#F6D6BF'

red 246 ◦ green 214 ◦ blue 191

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

Shades of Tuft Bush #F6D6BF

Tints of Tuft Bush #F6D6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.87%

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

R = 37.79%
G = 32.87%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6D6BF (or 0xF6D6BF) is known color: Tuft Bush. HEX triplet: F6, D6 and BF. RGB value is (246,214,191). Sum of RGB (Red+Green+Blue) = 246+214+191=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6BF is #092940. Grayscale: #DDDDDD. Windows color (decimal): -600385 or 12572406. OLE color: 12572406.

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

Color convert

RGB 246 214 191 -
CMYK 0 0.13 0.22 0.04
HSL 25.09º 0.75% 0.86% -
HSV(B) 25.09º 0.22% 0.96% -
XYZ 71.46 71.45 59.31 -
YUV 220.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 246 214 191 0 0.13 0.22 0.04 25.09 0.75 0.86
Hex F6 D6 BF 0 D 16 4 19 4B 56
Octal 366 326 277 0 15 26 4 31 113 126
Binary 11110110 11010110 10111111 0 1101 10110 100 11001 1001011 1010110

Color Harmonies of #F6D6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D6BF

Black with #F6D6BF

Text Example


Text Example

White with #F6D6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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