Html Css Color HEX #F0BEBC Beauty Bush

📋 copy color: '#F0BEBC'

red 240 ◦ green 190 ◦ blue 188

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

Shades of Beauty Bush #F0BEBC

Tints of Beauty Bush #F0BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.74%

 BLUE value IS 188 (73.83% from 255) = 30.42%

R = 38.83%
G = 30.74%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0BEBC (or 0xF0BEBC) is known color: Beauty Bush. HEX triplet: F0, BE and BC. RGB value is (240,190,188). Sum of RGB (Red+Green+Blue) = 240+190+188=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBC is #0F4143. Grayscale: #CCCCCC. Windows color (decimal): -999748 or 12369648. OLE color: 12369648.

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

Color convert

RGB 240 190 188 -
CMYK 0 0.21 0.22 0.06
HSL 2.31º 0.63% 0.84% -
HSV(B) 2.31º 0.22% 0.94% -
XYZ 63.43 58.98 55.62 -
YUV 204.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 240 190 188 0 0.21 0.22 0.06 2.31 0.63 0.84
Hex F0 BE BC 0 15 16 6 2 3F 54
Octal 360 276 274 0 25 26 6 2 77 124
Binary 11110000 10111110 10111100 0 10101 10110 110 10 111111 1010100

Color Harmonies of #F0BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEBC

Black with #F0BEBC

Text Example


Text Example

White with #F0BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEBC; }

 p { color: rgb(240,190,188); }

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

background-color css

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

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

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

border-color css

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

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

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