Html Css Color HEX #F2D2BE Tuft Bush

📋 copy color: '#F2D2BE'

red 242 ◦ green 210 ◦ blue 190

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

Shades of Tuft Bush #F2D2BE

Tints of Tuft Bush #F2D2BE

RGB

 RED value IS 242 (94.92% from 255) = 37.69%

 GREEN value IS 210 (82.42% from 255) = 32.71%

 BLUE value IS 190 (74.61% from 255) = 29.6%

R = 37.69%
G = 32.71%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2D2BE (or 0xF2D2BE) is known color: Tuft Bush. HEX triplet: F2, D2 and BE. RGB value is (242,210,190). Sum of RGB (Red+Green+Blue) = 242+210+190=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2BE is #0D2D41. Grayscale: #D9D9D9. Windows color (decimal): -863554 or 12505842. OLE color: 12505842.

HSL color Cylindrical-coordinate representation of color #F2D2BE: hue angle of 23.08º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2D2BE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 210 190 -
CMYK 0 0.13 0.21 0.05
HSL 23.08º 0.67% 0.85% -
HSV(B) 23.08º 0.21% 0.95% -
XYZ 68.96 68.69 58.34 -
YUV 217.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 242 210 190 0 0.13 0.21 0.05 23.08 0.67 0.85
Hex F2 D2 BE 0 D 15 5 17 43 55
Octal 362 322 276 0 15 25 5 27 103 125
Binary 11110010 11010010 10111110 0 1101 10101 101 10111 1000011 1010101

Color Harmonies of #F2D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D2BE

Black with #F2D2BE

Text Example


Text Example

White with #F2D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D2BE; }

 p { color: rgb(242,210,190); }

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

background-color css

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

 a { background-color: rgb(242,210,190); }

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

border-color css

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

 span { border-color: rgb(242,210,190); }

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