Html Css Color HEX #F5B7B9 Azalea

📋 copy color: '#F5B7B9'

red 245 ◦ green 183 ◦ blue 185

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

Shades of Azalea #F5B7B9

Tints of Azalea #F5B7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 39.97%
G = 29.85%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5B7B9 (or 0xF5B7B9) is known color: Azalea. HEX triplet: F5, B7 and B9. RGB value is (245,183,185). Sum of RGB (Red+Green+Blue) = 245+183+185=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7B9 is #0A4846. Grayscale: #C9C9C9. Windows color (decimal): -673863 or 12171253. OLE color: 12171253.

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

Color convert

RGB 245 183 185 -
CMYK 0 0.25 0.24 0.04
HSL 358.06º 0.76% 0.84% -
HSV(B) 358.06º 0.25% 0.96% -
XYZ 63.35 56.78 53.52 -
YUV 201.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 245 183 185 0 0.25 0.24 0.04 358.06 0.76 0.84
Hex F5 B7 B9 0 19 18 4 166 4C 54
Octal 365 267 271 0 31 30 4 546 114 124
Binary 11110101 10110111 10111001 0 11001 11000 100 101100110 1001100 1010100

Color Harmonies of #F5B7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7B9

Black with #F5B7B9

Text Example


Text Example

White with #F5B7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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