Html Css Color HEX #F5BCBA Beauty Bush

📋 copy color: '#F5BCBA'

red 245 ◦ green 188 ◦ blue 186

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

Shades of Beauty Bush #F5BCBA

Tints of Beauty Bush #F5BCBA

RGB

 RED value IS 245 (96.09% from 255) = 39.58%

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

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 39.58%
G = 30.37%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5BCBA (or 0xF5BCBA) is known color: Beauty Bush. HEX triplet: F5, BC and BA. RGB value is (245,188,186). Sum of RGB (Red+Green+Blue) = 245+188+186=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBA is #0A4345. Grayscale: #CCCCCC. Windows color (decimal): -672582 or 12238069. OLE color: 12238069.

HSL color Cylindrical-coordinate representation of color #F5BCBA: hue angle of 2.03º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BCBA is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 186 -
CMYK 0 0.23 0.24 0.04
HSL 2.03º 0.75% 0.85% -
HSV(B) 2.03º 0.24% 0.96% -
XYZ 64.5 58.92 54.43 -
YUV 204.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 245 188 186 0 0.23 0.24 0.04 2.03 0.75 0.85
Hex F5 BC BA 0 17 18 4 2 4B 55
Octal 365 274 272 0 27 30 4 2 113 125
Binary 11110101 10111100 10111010 0 10111 11000 100 10 1001011 1010101

Color Harmonies of #F5BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCBA

Black with #F5BCBA

Text Example


Text Example

White with #F5BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCBA; }

 p { color: rgb(245,188,186); }

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

background-color css

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

 a { background-color: rgb(245,188,186); }

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

border-color css

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

 span { border-color: rgb(245,188,186); }

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