Html Css Color HEX #F9B9BC Azalea

📋 copy color: '#F9B9BC'

red 249 ◦ green 185 ◦ blue 188

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

Shades of Azalea #F9B9BC

Tints of Azalea #F9B9BC

RGB

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

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

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

R = 40.03%
G = 29.74%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9B9BC (or 0xF9B9BC) is known color: Azalea. HEX triplet: F9, B9 and BC. RGB value is (249,185,188). Sum of RGB (Red+Green+Blue) = 249+185+188=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9BC is #064643. Grayscale: #CCCCCC. Windows color (decimal): -411204 or 12368377. OLE color: 12368377.

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

Color convert

RGB 249 185 188 -
CMYK 0 0.26 0.24 0.02
HSL 357.19º 0.84% 0.85% -
HSV(B) 357.19º 0.26% 0.98% -
XYZ 65.49 58.47 55.41 -
YUV 204.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 249 185 188 0 0.26 0.24 0.02 357.19 0.84 0.85
Hex F9 B9 BC 0 1A 18 2 165 54 55
Octal 371 271 274 0 32 30 2 545 124 125
Binary 11111001 10111001 10111100 0 11010 11000 10 101100101 1010100 1010101

Color Harmonies of #F9B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B9BC

Black with #F9B9BC

Text Example


Text Example

White with #F9B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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