Html Css Color HEX #F0BFBB Beauty Bush

📋 copy color: '#F0BFBB'

red 240 ◦ green 191 ◦ blue 187

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

Shades of Beauty Bush #F0BFBB

Tints of Beauty Bush #F0BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

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

R = 38.83%
G = 30.91%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0BFBB (or 0xF0BFBB) is known color: Beauty Bush. HEX triplet: F0, BF and BB. RGB value is (240,191,187). Sum of RGB (Red+Green+Blue) = 240+191+187=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFBB is #0F4044. Grayscale: #CDCDCD. Windows color (decimal): -999493 or 12304368. OLE color: 12304368.

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

Color convert

RGB 240 191 187 -
CMYK 0 0.20 0.22 0.06
HSL 4.53º 0.64% 0.84% -
HSV(B) 4.53º 0.22% 0.94% -
XYZ 63.54 59.37 55.13 -
YUV 205.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 240 191 187 0 0.20 0.22 0.06 4.53 0.64 0.84
Hex F0 BF BB 0 14 16 6 5 40 54
Octal 360 277 273 0 24 26 6 5 100 124
Binary 11110000 10111111 10111011 0 10100 10110 110 101 1000000 1010100

Color Harmonies of #F0BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFBB

Black with #F0BFBB

Text Example


Text Example

White with #F0BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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