Html Css Color HEX #F5BCB5 Beauty Bush

📋 copy color: '#F5BCB5'

red 245 ◦ green 188 ◦ blue 181

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

Shades of Beauty Bush #F5BCB5

Tints of Beauty Bush #F5BCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.48%

R = 39.9%
G = 30.62%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5BCB5 (or 0xF5BCB5) is known color: Beauty Bush. HEX triplet: F5, BC and B5. RGB value is (245,188,181). Sum of RGB (Red+Green+Blue) = 245+188+181=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCB5 is #0A434A. Grayscale: #CCCCCC. Windows color (decimal): -672587 or 11910389. OLE color: 11910389.

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

Color convert

RGB 245 188 181 -
CMYK 0 0.23 0.26 0.04
HSL 6.56º 0.76% 0.84% -
HSV(B) 6.56º 0.26% 0.96% -
XYZ 63.98 58.72 51.68 -
YUV 204.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 245 188 181 0 0.23 0.26 0.04 6.56 0.76 0.84
Hex F5 BC B5 0 17 1A 4 7 4C 54
Octal 365 274 265 0 27 32 4 7 114 124
Binary 11110101 10111100 10110101 0 10111 11010 100 111 1001100 1010100

Color Harmonies of #F5BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCB5

Black with #F5BCB5

Text Example


Text Example

White with #F5BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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