Html Css Color HEX #F0B9AC Beauty Bush

📋 copy color: '#F0B9AC'

red 240 ◦ green 185 ◦ blue 172

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

Shades of Beauty Bush #F0B9AC

Tints of Beauty Bush #F0B9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.99%

 BLUE value IS 172 (67.58% from 255) = 28.81%

R = 40.2%
G = 30.99%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0B9AC (or 0xF0B9AC) is known color: Beauty Bush. HEX triplet: F0, B9 and AC. RGB value is (240,185,172). Sum of RGB (Red+Green+Blue) = 240+185+172=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9AC is #0F4653. Grayscale: #C8C8C8. Windows color (decimal): -1001044 or 11319792. OLE color: 11319792.

HSL color Cylindrical-coordinate representation of color #F0B9AC: hue angle of 11.47º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B9AC is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 185 172 -
CMYK 0 0.23 0.28 0.06
HSL 11.47º 0.69% 0.81% -
HSV(B) 11.47º 0.28% 0.94% -
XYZ 60.73 56.2 46.68 -
YUV 199.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 240 185 172 0 0.23 0.28 0.06 11.47 0.69 0.81
Hex F0 B9 AC 0 17 1C 6 B 45 51
Octal 360 271 254 0 27 34 6 13 105 121
Binary 11110000 10111001 10101100 0 10111 11100 110 1011 1000101 1010001

Color Harmonies of #F0B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9AC

Black with #F0B9AC

Text Example


Text Example

White with #F0B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9AC; }

 p { color: rgb(240,185,172); }

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

background-color css

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

 a { background-color: rgb(240,185,172); }

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

border-color css

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

 span { border-color: rgb(240,185,172); }

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