Html Css Color HEX #F0B5AD Beauty Bush

📋 copy color: '#F0B5AD'

red 240 ◦ green 181 ◦ blue 173

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

Shades of Beauty Bush #F0B5AD

Tints of Beauty Bush #F0B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.47%

 BLUE value IS 173 (67.97% from 255) = 29.12%

R = 40.4%
G = 30.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0B5AD (or 0xF0B5AD) is known color: Beauty Bush. HEX triplet: F0, B5 and AD. RGB value is (240,181,173). Sum of RGB (Red+Green+Blue) = 240+181+173=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B5AD is #0F4A52. Grayscale: #C5C5C5. Windows color (decimal): -1002067 or 11384304. OLE color: 11384304.

HSL color Cylindrical-coordinate representation of color #F0B5AD: hue angle of 7.16º 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 #F0B5AD is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 173 -
CMYK 0 0.25 0.28 0.06
HSL 7.16º 0.69% 0.81% -
HSV(B) 7.16º 0.28% 0.94% -
XYZ 60 54.59 46.91 -
YUV 197.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 240 181 173 0 0.25 0.28 0.06 7.16 0.69 0.81
Hex F0 B5 AD 0 19 1C 6 7 45 51
Octal 360 265 255 0 31 34 6 7 105 121
Binary 11110000 10110101 10101101 0 11001 11100 110 111 1000101 1010001

Color Harmonies of #F0B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5AD

Black with #F0B5AD

Text Example


Text Example

White with #F0B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5AD; }

 p { color: rgb(240,181,173); }

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

background-color css

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

 a { background-color: rgb(240,181,173); }

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

border-color css

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

 span { border-color: rgb(240,181,173); }

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