Html Css Color HEX #F0BBBB Beauty Bush

📋 copy color: '#F0BBBB'

red 240 ◦ green 187 ◦ blue 187

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

Shades of Beauty Bush #F0BBBB

Tints of Beauty Bush #F0BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.46%

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 39.09%
G = 30.46%
B = 30.46%

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

#F0BBBB (or 0xF0BBBB) is known color: Beauty Bush. HEX triplet: F0, BB and BB. RGB value is (240,187,187). Sum of RGB (Red+Green+Blue) = 240+187+187=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBBB is #0F4444. Grayscale: #CACACA. Windows color (decimal): -1000517 or 12303344. OLE color: 12303344.

HSL color Cylindrical-coordinate representation of color #F0BBBB: 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.22%. Process color model (Four color, CMYK) of #F0BBBB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 187 -
CMYK 0 0.22 0.22 0.06
HSL 0.64% 0.84% -
HSV(B) 0.22% 0.94% -
XYZ 62.68 57.65 54.84 -
YUV 202.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 240 187 187 0 0.22 0.22 0.06 0 0.64 0.84
Hex F0 BB BB 0 16 16 6 0 40 54
Octal 360 273 273 0 26 26 6 0 100 124
Binary 11110000 10111011 10111011 0 10110 10110 110 0 1000000 1010100

Color Harmonies of #F0BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBBB

Black with #F0BBBB

Text Example


Text Example

White with #F0BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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