Html Css Color HEX #F0B4AD Beauty Bush

📋 copy color: '#F0B4AD'

red 240 ◦ green 180 ◦ blue 173

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

Shades of Beauty Bush #F0B4AD

Tints of Beauty Bush #F0B4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

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

R = 40.47%
G = 30.35%
B = 29.17%

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

#F0B4AD (or 0xF0B4AD) is known color: Beauty Bush. HEX triplet: F0, B4 and AD. RGB value is (240,180,173). Sum of RGB (Red+Green+Blue) = 240+180+173=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B4AD is #0F4B52. Grayscale: #C5C5C5. Windows color (decimal): -1002323 or 11384048. OLE color: 11384048.

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

Color convert

RGB 240 180 173 -
CMYK 0 0.25 0.28 0.06
HSL 6.27º 0.69% 0.81% -
HSV(B) 6.27º 0.28% 0.94% -
XYZ 59.8 54.18 46.84 -
YUV 197.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 240 180 173 0 0.25 0.28 0.06 6.27 0.69 0.81
Hex F0 B4 AD 0 19 1C 6 6 45 51
Octal 360 264 255 0 31 34 6 6 105 121
Binary 11110000 10110100 10101101 0 11001 11100 110 110 1000101 1010001

Color Harmonies of #F0B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B4AD

Black with #F0B4AD

Text Example


Text Example

White with #F0B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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