Html Css Color HEX #F5BCB6 Beauty Bush

📋 copy color: '#F5BCB6'

red 245 ◦ green 188 ◦ blue 182

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

Shades of Beauty Bush #F5BCB6

Tints of Beauty Bush #F5BCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.59%

R = 39.84%
G = 30.57%
B = 29.59%

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

#F5BCB6 (or 0xF5BCB6) is known color: Beauty Bush. HEX triplet: F5, BC and B6. RGB value is (245,188,182). Sum of RGB (Red+Green+Blue) = 245+188+182=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCB6 is #0A4349. Grayscale: #CCCCCC. Windows color (decimal): -672586 or 11975925. OLE color: 11975925.

HSL color Cylindrical-coordinate representation of color #F5BCB6: hue angle of 5.71º 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 #F5BCB6 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 182 -
CMYK 0 0.23 0.26 0.04
HSL 5.71º 0.76% 0.84% -
HSV(B) 5.71º 0.26% 0.96% -
XYZ 64.08 58.76 52.22 -
YUV 204.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 245 188 182 0 0.23 0.26 0.04 5.71 0.76 0.84
Hex F5 BC B6 0 17 1A 4 6 4C 54
Octal 365 274 266 0 27 32 4 6 114 124
Binary 11110101 10111100 10110110 0 10111 11010 100 110 1001100 1010100

Color Harmonies of #F5BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCB6

Black with #F5BCB6

Text Example


Text Example

White with #F5BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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