Html Css Color HEX #FAB8BA Azalea

📋 copy color: '#FAB8BA'

red 250 ◦ green 184 ◦ blue 186

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

Shades of Azalea #FAB8BA

Tints of Azalea #FAB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.68%

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

R = 40.32%
G = 29.68%
B = 30%

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

#FAB8BA (or 0xFAB8BA) is known color: Azalea. HEX triplet: FA, B8 and BA. RGB value is (250,184,186). Sum of RGB (Red+Green+Blue) = 250+184+186=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8BA is #054745. Grayscale: #CCCCCC. Windows color (decimal): -345926 or 12237050. OLE color: 12237050.

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

Color convert

RGB 250 184 186 -
CMYK 0 0.26 0.26 0.02
HSL 358.18º 0.87% 0.85% -
HSV(B) 358.18º 0.26% 0.98% -
XYZ 65.43 58.15 54.23 -
YUV 203.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 250 184 186 0 0.26 0.26 0.02 358.18 0.87 0.85
Hex FA B8 BA 0 1A 1A 2 166 57 55
Octal 372 270 272 0 32 32 2 546 127 125
Binary 11111010 10111000 10111010 0 11010 11010 10 101100110 1010111 1010101

Color Harmonies of #FAB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8BA

Black with #FAB8BA

Text Example


Text Example

White with #FAB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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