Html Css Color HEX #F0BEBE Beauty Bush

📋 copy color: '#F0BEBE'

red 240 ◦ green 190 ◦ blue 190

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

Shades of Beauty Bush #F0BEBE

Tints of Beauty Bush #F0BEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.65%

R = 38.71%
G = 30.65%
B = 30.65%

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

#F0BEBE (or 0xF0BEBE) is known color: Beauty Bush. HEX triplet: F0, BE and BE. RGB value is (240,190,190). Sum of RGB (Red+Green+Blue) = 240+190+190=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBE is #0F4141. Grayscale: #CDCDCD. Windows color (decimal): -999746 or 12500720. OLE color: 12500720.

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

Color convert

RGB 240 190 190 -
CMYK 0 0.21 0.21 0.06
HSL 0.63% 0.84% -
HSV(B) 0.21% 0.94% -
XYZ 63.64 59.07 56.76 -
YUV 204.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 240 190 190 0 0.21 0.21 0.06 0 0.63 0.84
Hex F0 BE BE 0 15 15 6 0 3E 54
Octal 360 276 276 0 25 25 6 0 76 124
Binary 11110000 10111110 10111110 0 10101 10101 110 0 111110 1010100

Color Harmonies of #F0BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEBE

Black with #F0BEBE

Text Example


Text Example

White with #F0BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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