Html Css Color HEX #F0BAAD Beauty Bush

📋 copy color: '#F0BAAD'

red 240 ◦ green 186 ◦ blue 173

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

Shades of Beauty Bush #F0BAAD

Tints of Beauty Bush #F0BAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.05%

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

R = 40.07%
G = 31.05%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0BAAD (or 0xF0BAAD) is known color: Beauty Bush. HEX triplet: F0, BA and AD. RGB value is (240,186,173). Sum of RGB (Red+Green+Blue) = 240+186+173=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAD is #0F4552. Grayscale: #C8C8C8. Windows color (decimal): -1000787 or 11385584. OLE color: 11385584.

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

Color convert

RGB 240 186 173 -
CMYK 0 0.22 0.28 0.06
HSL 11.64º 0.69% 0.81% -
HSV(B) 11.64º 0.28% 0.94% -
XYZ 61.04 56.66 47.25 -
YUV 200.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 240 186 173 0 0.22 0.28 0.06 11.64 0.69 0.81
Hex F0 BA AD 0 16 1C 6 C 45 51
Octal 360 272 255 0 26 34 6 14 105 121
Binary 11110000 10111010 10101101 0 10110 11100 110 1100 1000101 1010001

Color Harmonies of #F0BAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAAD

Black with #F0BAAD

Text Example


Text Example

White with #F0BAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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