Html Css Color HEX #F9BCC4 Azalea

📋 copy color: '#F9BCC4'

red 249 ◦ green 188 ◦ blue 196

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

Shades of Azalea #F9BCC4

Tints of Azalea #F9BCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.96%

R = 39.34%
G = 29.7%
B = 30.96%

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

#F9BCC4 (or 0xF9BCC4) is known color: Azalea. HEX triplet: F9, BC and C4. RGB value is (249,188,196). Sum of RGB (Red+Green+Blue) = 249+188+196=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC4 is #06433B. Grayscale: #CFCFCF. Windows color (decimal): -410428 or 12893433. OLE color: 12893433.

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

Color convert

RGB 249 188 196 -
CMYK 0 0.24 0.21 0.02
HSL 352.13º 0.84% 0.86% -
HSV(B) 352.13º 0.24% 0.98% -
XYZ 67.01 60.09 60.29 -
YUV 207.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 249 188 196 0 0.24 0.21 0.02 352.13 0.84 0.86
Hex F9 BC C4 0 18 15 2 160 54 56
Octal 371 274 304 0 30 25 2 540 124 126
Binary 11111001 10111100 11000100 0 11000 10101 10 101100000 1010100 1010110

Color Harmonies of #F9BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCC4

Black with #F9BCC4

Text Example


Text Example

White with #F9BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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