Html Css Color HEX #F0D3BF Tuft Bush

📋 copy color: '#F0D3BF'

red 240 ◦ green 211 ◦ blue 191

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

Shades of Tuft Bush #F0D3BF

Tints of Tuft Bush #F0D3BF

RGB

 RED value IS 240 (94.14% from 255) = 37.38%

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

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

R = 37.38%
G = 32.87%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0D3BF (or 0xF0D3BF) is known color: Tuft Bush. HEX triplet: F0, D3 and BF. RGB value is (240,211,191). Sum of RGB (Red+Green+Blue) = 240+211+191=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3BF is #0F2C40. Grayscale: #D9D9D9. Windows color (decimal): -994369 or 12571632. OLE color: 12571632.

HSL color Cylindrical-coordinate representation of color #F0D3BF: hue angle of 24.49º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0D3BF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 211 191 -
CMYK 0 0.12 0.20 0.06
HSL 24.49º 0.62% 0.85% -
HSV(B) 24.49º 0.2% 0.94% -
XYZ 68.63 68.88 58.97 -
YUV 217.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 240 211 191 0 0.12 0.20 0.06 24.49 0.62 0.85
Hex F0 D3 BF 0 C 14 6 18 3E 55
Octal 360 323 277 0 14 24 6 30 76 125
Binary 11110000 11010011 10111111 0 1100 10100 110 11000 111110 1010101

Color Harmonies of #F0D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D3BF

Black with #F0D3BF

Text Example


Text Example

White with #F0D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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