Html Css Color HEX #F5BDBB Beauty Bush

📋 copy color: '#F5BDBB'

red 245 ◦ green 189 ◦ blue 187

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

Shades of Beauty Bush #F5BDBB

Tints of Beauty Bush #F5BDBB

RGB

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

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

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

R = 39.45%
G = 30.43%
B = 30.11%

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

#F5BDBB (or 0xF5BDBB) is known color: Beauty Bush. HEX triplet: F5, BD and BB. RGB value is (245,189,187). Sum of RGB (Red+Green+Blue) = 245+189+187=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBB is #0A4244. Grayscale: #CDCDCD. Windows color (decimal): -672325 or 12303861. OLE color: 12303861.

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

Color convert

RGB 245 189 187 -
CMYK 0 0.23 0.24 0.04
HSL 2.07º 0.74% 0.85% -
HSV(B) 2.07º 0.24% 0.96% -
XYZ 64.82 59.4 55.06 -
YUV 205.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 245 189 187 0 0.23 0.24 0.04 2.07 0.74 0.85
Hex F5 BD BB 0 17 18 4 2 4A 55
Octal 365 275 273 0 27 30 4 2 112 125
Binary 11110101 10111101 10111011 0 10111 11000 100 10 1001010 1010101

Color Harmonies of #F5BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDBB

Black with #F5BDBB

Text Example


Text Example

White with #F5BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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