Html Css Color HEX #F9BABD Azalea

📋 copy color: '#F9BABD'

red 249 ◦ green 186 ◦ blue 189

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

Shades of Azalea #F9BABD

Tints of Azalea #F9BABD

RGB

 RED value IS 249 (97.66% from 255) = 39.9%

 GREEN value IS 186 (73.05% from 255) = 29.81%

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

R = 39.9%
G = 29.81%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9BABD (or 0xF9BABD) is known color: Azalea. HEX triplet: F9, BA and BD. RGB value is (249,186,189). Sum of RGB (Red+Green+Blue) = 249+186+189=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BABD is #064542. Grayscale: #CDCDCD. Windows color (decimal): -410947 or 12434169. OLE color: 12434169.

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

Color convert

RGB 249 186 189 -
CMYK 0 0.25 0.24 0.02
HSL 357.14º 0.84% 0.85% -
HSV(B) 357.14º 0.25% 0.98% -
XYZ 65.81 58.93 56.05 -
YUV 205.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 249 186 189 0 0.25 0.24 0.02 357.14 0.84 0.85
Hex F9 BA BD 0 19 18 2 165 54 55
Octal 371 272 275 0 31 30 2 545 124 125
Binary 11111001 10111010 10111101 0 11001 11000 10 101100101 1010100 1010101

Color Harmonies of #F9BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BABD

Black with #F9BABD

Text Example


Text Example

White with #F9BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BABD; }

 p { color: rgb(249,186,189); }

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

background-color css

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

 a { background-color: rgb(249,186,189); }

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

border-color css

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

 span { border-color: rgb(249,186,189); }

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