Html Css Color HEX #F9B9BB Azalea

📋 copy color: '#F9B9BB'

red 249 ◦ green 185 ◦ blue 187

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

Shades of Azalea #F9B9BB

Tints of Azalea #F9B9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.79%

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

R = 40.1%
G = 29.79%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9B9BB (or 0xF9B9BB) is known color: Azalea. HEX triplet: F9, B9 and BB. RGB value is (249,185,187). Sum of RGB (Red+Green+Blue) = 249+185+187=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9BB is #064644. Grayscale: #CCCCCC. Windows color (decimal): -411205 or 12302841. OLE color: 12302841.

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

Color convert

RGB 249 185 187 -
CMYK 0 0.26 0.25 0.02
HSL 358.13º 0.84% 0.85% -
HSV(B) 358.13º 0.26% 0.98% -
XYZ 65.39 58.43 54.84 -
YUV 204.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 249 185 187 0 0.26 0.25 0.02 358.13 0.84 0.85
Hex F9 B9 BB 0 1A 19 2 166 54 55
Octal 371 271 273 0 32 31 2 546 124 125
Binary 11111001 10111001 10111011 0 11010 11001 10 101100110 1010100 1010101

Color Harmonies of #F9B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B9BB

Black with #F9B9BB

Text Example


Text Example

White with #F9B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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