Html Css Color HEX #F9BABB Azalea

📋 copy color: '#F9BABB'

red 249 ◦ green 186 ◦ blue 187

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

Shades of Azalea #F9BABB

Tints of Azalea #F9BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.06%

R = 40.03%
G = 29.9%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9BABB (or 0xF9BABB) is known color: Azalea. HEX triplet: F9, BA and BB. RGB value is (249,186,187). Sum of RGB (Red+Green+Blue) = 249+186+187=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BABB is #064544. Grayscale: #CDCDCD. Windows color (decimal): -410949 or 12303097. OLE color: 12303097.

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

Color convert

RGB 249 186 187 -
CMYK 0 0.25 0.25 0.02
HSL 359.05º 0.84% 0.85% -
HSV(B) 359.05º 0.25% 0.98% -
XYZ 65.6 58.85 54.91 -
YUV 204.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 249 186 187 0 0.25 0.25 0.02 359.05 0.84 0.85
Hex F9 BA BB 0 19 19 2 167 54 55
Octal 371 272 273 0 31 31 2 547 124 125
Binary 11111001 10111010 10111011 0 11001 11001 10 101100111 1010100 1010101

Color Harmonies of #F9BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BABB

Black with #F9BABB

Text Example


Text Example

White with #F9BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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