Html Css Color HEX #F9BBC2 Azalea

📋 copy color: '#F9BBC2'

red 249 ◦ green 187 ◦ blue 194

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

Shades of Azalea #F9BBC2

Tints of Azalea #F9BBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.68%

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 39.52%
G = 29.68%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F9BBC2 (or 0xF9BBC2) is known color: Azalea. HEX triplet: F9, BB and C2. RGB value is (249,187,194). Sum of RGB (Red+Green+Blue) = 249+187+194=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC2 is #06443D. Grayscale: #CECECE. Windows color (decimal): -410686 or 12762105. OLE color: 12762105.

HSL color Cylindrical-coordinate representation of color #F9BBC2: hue angle of 353.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBC2 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 187 194 -
CMYK 0 0.25 0.22 0.02
HSL 353.23º 0.84% 0.85% -
HSV(B) 353.23º 0.25% 0.98% -
XYZ 66.57 59.58 59.03 -
YUV 206.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 249 187 194 0 0.25 0.22 0.02 353.23 0.84 0.85
Hex F9 BB C2 0 19 16 2 161 54 55
Octal 371 273 302 0 31 26 2 541 124 125
Binary 11111001 10111011 11000010 0 11001 10110 10 101100001 1010100 1010101

Color Harmonies of #F9BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBC2

Black with #F9BBC2

Text Example


Text Example

White with #F9BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBC2; }

 p { color: rgb(249,187,194); }

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

background-color css

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

 a { background-color: rgb(249,187,194); }

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

border-color css

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

 span { border-color: rgb(249,187,194); }

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