Html Css Color HEX #F6D3C3 Tuft Bush

📋 copy color: '#F6D3C3'

red 246 ◦ green 211 ◦ blue 195

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

Shades of Tuft Bush #F6D3C3

Tints of Tuft Bush #F6D3C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.91%

R = 37.73%
G = 32.36%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6D3C3 (or 0xF6D3C3) is known color: Tuft Bush. HEX triplet: F6, D3 and C3. RGB value is (246,211,195). Sum of RGB (Red+Green+Blue) = 246+211+195=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3C3 is #092C3C. Grayscale: #DBDBDB. Windows color (decimal): -601149 or 12833782. OLE color: 12833782.

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

Color convert

RGB 246 211 195 -
CMYK 0 0.14 0.21 0.04
HSL 18.82º 0.74% 0.86% -
HSV(B) 18.82º 0.21% 0.96% -
XYZ 71.15 70.12 61.41 -
YUV 219.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 246 211 195 0 0.14 0.21 0.04 18.82 0.74 0.86
Hex F6 D3 C3 0 E 15 4 13 4A 56
Octal 366 323 303 0 16 25 4 23 112 126
Binary 11110110 11010011 11000011 0 1110 10101 100 10011 1001010 1010110

Color Harmonies of #F6D3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3C3

Black with #F6D3C3

Text Example


Text Example

White with #F6D3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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