Html Css Color HEX #F5BCBE Azalea

📋 copy color: '#F5BCBE'

red 245 ◦ green 188 ◦ blue 190

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

Shades of Azalea #F5BCBE

Tints of Azalea #F5BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.5%

R = 39.33%
G = 30.18%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5BCBE (or 0xF5BCBE) is known color: Azalea. HEX triplet: F5, BC and BE. RGB value is (245,188,190). Sum of RGB (Red+Green+Blue) = 245+188+190=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBE is #0A4341. Grayscale: #CDCDCD. Windows color (decimal): -672578 or 12500213. OLE color: 12500213.

HSL color Cylindrical-coordinate representation of color #F5BCBE: hue angle of 357.89º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCBE is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 190 -
CMYK 0 0.23 0.22 0.04
HSL 357.89º 0.74% 0.85% -
HSV(B) 357.89º 0.23% 0.96% -
XYZ 64.93 59.1 56.7 -
YUV 205.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 245 188 190 0 0.23 0.22 0.04 357.89 0.74 0.85
Hex F5 BC BE 0 17 16 4 166 4A 55
Octal 365 274 276 0 27 26 4 546 112 125
Binary 11110101 10111100 10111110 0 10111 10110 100 101100110 1001010 1010101

Color Harmonies of #F5BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCBE

Black with #F5BCBE

Text Example


Text Example

White with #F5BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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