Html Css Color HEX #F0BDBB Beauty Bush

📋 copy color: '#F0BDBB'

red 240 ◦ green 189 ◦ blue 187

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

Shades of Beauty Bush #F0BDBB

Tints of Beauty Bush #F0BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.68%

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

R = 38.96%
G = 30.68%
B = 30.36%

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

#F0BDBB (or 0xF0BDBB) is known color: Beauty Bush. HEX triplet: F0, BD and BB. RGB value is (240,189,187). Sum of RGB (Red+Green+Blue) = 240+189+187=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDBB is #0F4244. Grayscale: #CCCCCC. Windows color (decimal): -1000005 or 12303856. OLE color: 12303856.

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

Color convert

RGB 240 189 187 -
CMYK 0 0.21 0.22 0.06
HSL 2.26º 0.64% 0.84% -
HSV(B) 2.26º 0.22% 0.94% -
XYZ 63.1 58.51 54.98 -
YUV 204.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 240 189 187 0 0.21 0.22 0.06 2.26 0.64 0.84
Hex F0 BD BB 0 15 16 6 2 40 54
Octal 360 275 273 0 25 26 6 2 100 124
Binary 11110000 10111101 10111011 0 10101 10110 110 10 1000000 1010100

Color Harmonies of #F0BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDBB

Black with #F0BDBB

Text Example


Text Example

White with #F0BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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