Html Css Color HEX #F5B7B4 Beauty Bush

📋 copy color: '#F5B7B4'

red 245 ◦ green 183 ◦ blue 180

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

Shades of Beauty Bush #F5B7B4

Tints of Beauty Bush #F5B7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.1%

 BLUE value IS 180 (70.7% from 255) = 29.61%

R = 40.3%
G = 30.1%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5B7B4 (or 0xF5B7B4) is known color: Beauty Bush. HEX triplet: F5, B7 and B4. RGB value is (245,183,180). Sum of RGB (Red+Green+Blue) = 245+183+180=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7B4 is #0A484B. Grayscale: #C9C9C9. Windows color (decimal): -673868 or 11843573. OLE color: 11843573.

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

Color convert

RGB 245 183 180 -
CMYK 0 0.25 0.27 0.04
HSL 2.77º 0.76% 0.83% -
HSV(B) 2.77º 0.27% 0.96% -
XYZ 62.83 56.57 50.79 -
YUV 201.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 245 183 180 0 0.25 0.27 0.04 2.77 0.76 0.83
Hex F5 B7 B4 0 19 1B 4 3 4C 53
Octal 365 267 264 0 31 33 4 3 114 123
Binary 11110101 10110111 10110100 0 11001 11011 100 11 1001100 1010011

Color Harmonies of #F5B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7B4

Black with #F5B7B4

Text Example


Text Example

White with #F5B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7B4; }

 p { color: rgb(245,183,180); }

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

background-color css

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

 a { background-color: rgb(245,183,180); }

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

border-color css

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

 span { border-color: rgb(245,183,180); }

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