Html Css Color HEX #F9BDBF Azalea

📋 copy color: '#F9BDBF'

red 249 ◦ green 189 ◦ blue 191

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

Shades of Azalea #F9BDBF

Tints of Azalea #F9BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

 BLUE value IS 191 (75% from 255) = 30.37%

R = 39.59%
G = 30.05%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9BDBF (or 0xF9BDBF) is known color: Azalea. HEX triplet: F9, BD and BF. RGB value is (249,189,191). Sum of RGB (Red+Green+Blue) = 249+189+191=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDBF is #064240. Grayscale: #CFCFCF. Windows color (decimal): -410177 or 12566009. OLE color: 12566009.

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

Color convert

RGB 249 189 191 -
CMYK 0 0.24 0.23 0.02
HSL 358º 0.83% 0.86% -
HSV(B) 358º 0.24% 0.98% -
XYZ 66.67 60.3 57.41 -
YUV 207.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 249 189 191 0 0.24 0.23 0.02 358 0.83 0.86
Hex F9 BD BF 0 18 17 2 166 53 56
Octal 371 275 277 0 30 27 2 546 123 126
Binary 11111001 10111101 10111111 0 11000 10111 10 101100110 1010011 1010110

Color Harmonies of #F9BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDBF

Black with #F9BDBF

Text Example


Text Example

White with #F9BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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