Html Css Color HEX #F0BBAF Beauty Bush

📋 copy color: '#F0BBAF'

red 240 ◦ green 187 ◦ blue 175

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

Shades of Beauty Bush #F0BBAF

Tints of Beauty Bush #F0BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 39.87%
G = 31.06%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0BBAF (or 0xF0BBAF) is known color: Beauty Bush. HEX triplet: F0, BB and AF. RGB value is (240,187,175). Sum of RGB (Red+Green+Blue) = 240+187+175=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBAF is #0F4450. Grayscale: #C9C9C9. Windows color (decimal): -1000529 or 11516912. OLE color: 11516912.

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

Color convert

RGB 240 187 175 -
CMYK 0 0.22 0.27 0.06
HSL 11.08º 0.68% 0.81% -
HSV(B) 11.08º 0.27% 0.94% -
XYZ 61.44 57.16 48.35 -
YUV 201.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 240 187 175 0 0.22 0.27 0.06 11.08 0.68 0.81
Hex F0 BB AF 0 16 1B 6 B 44 51
Octal 360 273 257 0 26 33 6 13 104 121
Binary 11110000 10111011 10101111 0 10110 11011 110 1011 1000100 1010001

Color Harmonies of #F0BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBAF

Black with #F0BBAF

Text Example


Text Example

White with #F0BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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