Html Css Color HEX #F0BEBD Beauty Bush

📋 copy color: '#F0BEBD'

red 240 ◦ green 190 ◦ blue 189

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

Shades of Beauty Bush #F0BEBD

Tints of Beauty Bush #F0BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.53%

R = 38.77%
G = 30.69%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0BEBD (or 0xF0BEBD) is known color: Beauty Bush. HEX triplet: F0, BE and BD. RGB value is (240,190,189). Sum of RGB (Red+Green+Blue) = 240+190+189=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBD is #0F4142. Grayscale: #CCCCCC. Windows color (decimal): -999747 or 12435184. OLE color: 12435184.

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

Color convert

RGB 240 190 189 -
CMYK 0 0.21 0.21 0.06
HSL 1.18º 0.63% 0.84% -
HSV(B) 1.18º 0.21% 0.94% -
XYZ 63.53 59.03 56.19 -
YUV 204.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 240 190 189 0 0.21 0.21 0.06 1.18 0.63 0.84
Hex F0 BE BD 0 15 15 6 1 3F 54
Octal 360 276 275 0 25 25 6 1 77 124
Binary 11110000 10111110 10111101 0 10101 10101 110 1 111111 1010100

Color Harmonies of #F0BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEBD

Black with #F0BEBD

Text Example


Text Example

White with #F0BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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