Html Css Color HEX #F5BDB6 Beauty Bush

📋 copy color: '#F5BDB6'

red 245 ◦ green 189 ◦ blue 182

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

Shades of Beauty Bush #F5BDB6

Tints of Beauty Bush #F5BDB6

RGB

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

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

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

R = 39.77%
G = 30.68%
B = 29.55%

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

#F5BDB6 (or 0xF5BDB6) is known color: Beauty Bush. HEX triplet: F5, BD and B6. RGB value is (245,189,182). Sum of RGB (Red+Green+Blue) = 245+189+182=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDB6 is #0A4249. Grayscale: #CDCDCD. Windows color (decimal): -672330 or 11976181. OLE color: 11976181.

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

Color convert

RGB 245 189 182 -
CMYK 0 0.23 0.26 0.04
HSL 6.67º 0.76% 0.84% -
HSV(B) 6.67º 0.26% 0.96% -
XYZ 64.3 59.19 52.29 -
YUV 204.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 245 189 182 0 0.23 0.26 0.04 6.67 0.76 0.84
Hex F5 BD B6 0 17 1A 4 7 4C 54
Octal 365 275 266 0 27 32 4 7 114 124
Binary 11110101 10111101 10110110 0 10111 11010 100 111 1001100 1010100

Color Harmonies of #F5BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDB6

Black with #F5BDB6

Text Example


Text Example

White with #F5BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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