Html Css Color HEX #F9BBBC Azalea

📋 copy color: '#F9BBBC'

red 249 ◦ green 187 ◦ blue 188

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

Shades of Azalea #F9BBBC

Tints of Azalea #F9BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.97%

 BLUE value IS 188 (73.83% from 255) = 30.13%

R = 39.9%
G = 29.97%
B = 30.13%

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

#F9BBBC (or 0xF9BBBC) is known color: Azalea. HEX triplet: F9, BB and BC. RGB value is (249,187,188). Sum of RGB (Red+Green+Blue) = 249+187+188=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBBC is #064443. Grayscale: #CDCDCD. Windows color (decimal): -410692 or 12368889. OLE color: 12368889.

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

Color convert

RGB 249 187 188 -
CMYK 0 0.25 0.24 0.02
HSL 359.03º 0.84% 0.85% -
HSV(B) 359.03º 0.25% 0.98% -
XYZ 65.91 59.31 55.55 -
YUV 205.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 249 187 188 0 0.25 0.24 0.02 359.03 0.84 0.85
Hex F9 BB BC 0 19 18 2 167 54 55
Octal 371 273 274 0 31 30 2 547 124 125
Binary 11111001 10111011 10111100 0 11001 11000 10 101100111 1010100 1010101

Color Harmonies of #F9BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBBC

Black with #F9BBBC

Text Example


Text Example

White with #F9BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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