Html Css Color HEX #F0BCBB Beauty Bush

📋 copy color: '#F0BCBB'

red 240 ◦ green 188 ◦ blue 187

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

Shades of Beauty Bush #F0BCBB

Tints of Beauty Bush #F0BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.57%

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

R = 39.02%
G = 30.57%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0BCBB (or 0xF0BCBB) is known color: Beauty Bush. HEX triplet: F0, BC and BB. RGB value is (240,188,187). Sum of RGB (Red+Green+Blue) = 240+188+187=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBB is #0F4344. Grayscale: #CBCBCB. Windows color (decimal): -1000261 or 12303600. OLE color: 12303600.

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

Color convert

RGB 240 188 187 -
CMYK 0 0.22 0.22 0.06
HSL 1.13º 0.64% 0.84% -
HSV(B) 1.13º 0.22% 0.94% -
XYZ 62.89 58.08 54.91 -
YUV 203.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 240 188 187 0 0.22 0.22 0.06 1.13 0.64 0.84
Hex F0 BC BB 0 16 16 6 1 40 54
Octal 360 274 273 0 26 26 6 1 100 124
Binary 11110000 10111100 10111011 0 10110 10110 110 1 1000000 1010100

Color Harmonies of #F0BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCBB

Black with #F0BCBB

Text Example


Text Example

White with #F0BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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