Html Css Color HEX #F5D3BA Tuft Bush

📋 copy color: '#F5D3BA'

red 245 ◦ green 211 ◦ blue 186

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

Shades of Tuft Bush #F5D3BA

Tints of Tuft Bush #F5D3BA

RGB

 RED value IS 245 (96.09% from 255) = 38.16%

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

 BLUE value IS 186 (73.05% from 255) = 28.97%

R = 38.16%
G = 32.87%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5D3BA (or 0xF5D3BA) is known color: Tuft Bush. HEX triplet: F5, D3 and BA. RGB value is (245,211,186). Sum of RGB (Red+Green+Blue) = 245+211+186=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3BA is #0A2C45. Grayscale: #DADADA. Windows color (decimal): -666694 or 12243957. OLE color: 12243957.

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

Color convert

RGB 245 211 186 -
CMYK 0 0.14 0.24 0.04
HSL 25.42º 0.75% 0.85% -
HSV(B) 25.42º 0.24% 0.96% -
XYZ 69.81 69.55 56.2 -
YUV 218.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 245 211 186 0 0.14 0.24 0.04 25.42 0.75 0.85
Hex F5 D3 BA 0 E 18 4 19 4B 55
Octal 365 323 272 0 16 30 4 31 113 125
Binary 11110101 11010011 10111010 0 1110 11000 100 11001 1001011 1010101

Color Harmonies of #F5D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D3BA

Black with #F5D3BA

Text Example


Text Example

White with #F5D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D3BA; }

 p { color: rgb(245,211,186); }

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

background-color css

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

 a { background-color: rgb(245,211,186); }

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

border-color css

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

 span { border-color: rgb(245,211,186); }

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