Html Css Color HEX #F9BCC5 Azalea

📋 copy color: '#F9BCC5'

red 249 ◦ green 188 ◦ blue 197

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

Shades of Azalea #F9BCC5

Tints of Azalea #F9BCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.65%

 BLUE value IS 197 (77.34% from 255) = 31.07%

R = 39.27%
G = 29.65%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F9BCC5 (or 0xF9BCC5) is known color: Azalea. HEX triplet: F9, BC and C5. RGB value is (249,188,197). Sum of RGB (Red+Green+Blue) = 249+188+197=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC5 is #06433A. Grayscale: #CFCFCF. Windows color (decimal): -410427 or 12958969. OLE color: 12958969.

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

Color convert

RGB 249 188 197 -
CMYK 0 0.24 0.21 0.02
HSL 351.15º 0.84% 0.86% -
HSV(B) 351.15º 0.24% 0.98% -
XYZ 67.13 60.14 60.89 -
YUV 207.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 249 188 197 0 0.24 0.21 0.02 351.15 0.84 0.86
Hex F9 BC C5 0 18 15 2 15F 54 56
Octal 371 274 305 0 30 25 2 537 124 126
Binary 11111001 10111100 11000101 0 11000 10101 10 101011111 1010100 1010110

Color Harmonies of #F9BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCC5

Black with #F9BCC5

Text Example


Text Example

White with #F9BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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