Html Css Color HEX #F9BCC1 Azalea

📋 copy color: '#F9BCC1'

red 249 ◦ green 188 ◦ blue 193

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

Shades of Azalea #F9BCC1

Tints of Azalea #F9BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.63%

R = 39.52%
G = 29.84%
B = 30.63%

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

#F9BCC1 (or 0xF9BCC1) is known color: Azalea. HEX triplet: F9, BC and C1. RGB value is (249,188,193). Sum of RGB (Red+Green+Blue) = 249+188+193=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC1 is #06433E. Grayscale: #CECECE. Windows color (decimal): -410431 or 12696825. OLE color: 12696825.

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

Color convert

RGB 249 188 193 -
CMYK 0 0.24 0.22 0.02
HSL 355.08º 0.84% 0.86% -
HSV(B) 355.08º 0.24% 0.98% -
XYZ 66.68 59.96 58.51 -
YUV 206.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 249 188 193 0 0.24 0.22 0.02 355.08 0.84 0.86
Hex F9 BC C1 0 18 16 2 163 54 56
Octal 371 274 301 0 30 26 2 543 124 126
Binary 11111001 10111100 11000001 0 11000 10110 10 101100011 1010100 1010110

Color Harmonies of #F9BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCC1

Black with #F9BCC1

Text Example


Text Example

White with #F9BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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