Html Css Color HEX #FAB9BA Azalea

📋 copy color: '#FAB9BA'

red 250 ◦ green 185 ◦ blue 186

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

Shades of Azalea #FAB9BA

Tints of Azalea #FAB9BA

RGB

 RED value IS 250 (98.05% from 255) = 40.26%

 GREEN value IS 185 (72.66% from 255) = 29.79%

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 40.26%
G = 29.79%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAB9BA (or 0xFAB9BA) is known color: Azalea. HEX triplet: FA, B9 and BA. RGB value is (250,185,186). Sum of RGB (Red+Green+Blue) = 250+185+186=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9BA is #054645. Grayscale: #CCCCCC. Windows color (decimal): -345670 or 12237306. OLE color: 12237306.

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

Color convert

RGB 250 185 186 -
CMYK 0 0.26 0.26 0.02
HSL 359.08º 0.87% 0.85% -
HSV(B) 359.08º 0.26% 0.98% -
XYZ 65.64 58.57 54.3 -
YUV 204.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 250 185 186 0 0.26 0.26 0.02 359.08 0.87 0.85
Hex FA B9 BA 0 1A 1A 2 167 57 55
Octal 372 271 272 0 32 32 2 547 127 125
Binary 11111010 10111001 10111010 0 11010 11010 10 101100111 1010111 1010101

Color Harmonies of #FAB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9BA

Black with #FAB9BA

Text Example


Text Example

White with #FAB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9BA; }

 p { color: rgb(250,185,186); }

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

background-color css

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

 a { background-color: rgb(250,185,186); }

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

border-color css

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

 span { border-color: rgb(250,185,186); }

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