Html Css Color HEX #F0BABA Beauty Bush

📋 copy color: '#F0BABA'

red 240 ◦ green 186 ◦ blue 186

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

Shades of Beauty Bush #F0BABA

Tints of Beauty Bush #F0BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 39.22%
G = 30.39%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0BABA (or 0xF0BABA) is known color: Beauty Bush. HEX triplet: F0, BA and BA. RGB value is (240,186,186). Sum of RGB (Red+Green+Blue) = 240+186+186=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABA is #0F4545. Grayscale: #CACACA. Windows color (decimal): -1000774 or 12237552. OLE color: 12237552.

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

Color convert

RGB 240 186 186 -
CMYK 0 0.22 0.22 0.06
HSL 0.64% 0.84% -
HSV(B) 0.23% 0.94% -
XYZ 62.36 57.19 54.21 -
YUV 202.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 240 186 186 0 0.22 0.22 0.06 0 0.64 0.84
Hex F0 BA BA 0 16 16 6 0 40 54
Octal 360 272 272 0 26 26 6 0 100 124
Binary 11110000 10111010 10111010 0 10110 10110 110 0 1000000 1010100

Color Harmonies of #F0BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BABA

Black with #F0BABA

Text Example


Text Example

White with #F0BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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