Html Css Color HEX #F5BCBD Azalea

📋 copy color: '#F5BCBD'

red 245 ◦ green 188 ◦ blue 189

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

Shades of Azalea #F5BCBD

Tints of Azalea #F5BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.39%

R = 39.39%
G = 30.23%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5BCBD (or 0xF5BCBD) is known color: Azalea. HEX triplet: F5, BC and BD. RGB value is (245,188,189). Sum of RGB (Red+Green+Blue) = 245+188+189=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBD is #0A4342. Grayscale: #CDCDCD. Windows color (decimal): -672579 or 12434677. OLE color: 12434677.

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

Color convert

RGB 245 188 189 -
CMYK 0 0.23 0.23 0.04
HSL 358.95º 0.74% 0.85% -
HSV(B) 358.95º 0.23% 0.96% -
XYZ 64.82 59.05 56.13 -
YUV 205.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 245 188 189 0 0.23 0.23 0.04 358.95 0.74 0.85
Hex F5 BC BD 0 17 17 4 167 4A 55
Octal 365 274 275 0 27 27 4 547 112 125
Binary 11110101 10111100 10111101 0 10111 10111 100 101100111 1001010 1010101

Color Harmonies of #F5BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCBD

Black with #F5BCBD

Text Example


Text Example

White with #F5BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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