Html Css Color HEX #F9BDC3 Azalea

📋 copy color: '#F9BDC3'

red 249 ◦ green 189 ◦ blue 195

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

Shades of Azalea #F9BDC3

Tints of Azalea #F9BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.81%

R = 39.34%
G = 29.86%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F9BDC3 (or 0xF9BDC3) is known color: Azalea. HEX triplet: F9, BD and C3. RGB value is (249,189,195). Sum of RGB (Red+Green+Blue) = 249+189+195=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC3 is #06423C. Grayscale: #CFCFCF. Windows color (decimal): -410173 or 12828153. OLE color: 12828153.

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

Color convert

RGB 249 189 195 -
CMYK 0 0.24 0.22 0.02
HSL 354º 0.83% 0.86% -
HSV(B) 354º 0.24% 0.98% -
XYZ 67.11 60.48 59.77 -
YUV 207.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 249 189 195 0 0.24 0.22 0.02 354 0.83 0.86
Hex F9 BD C3 0 18 16 2 162 53 56
Octal 371 275 303 0 30 26 2 542 123 126
Binary 11111001 10111101 11000011 0 11000 10110 10 101100010 1010011 1010110

Color Harmonies of #F9BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDC3

Black with #F9BDC3

Text Example


Text Example

White with #F9BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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