Html Css Color HEX #FABABB Azalea

📋 copy color: '#FABABB'

red 250 ◦ green 186 ◦ blue 187

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

Shades of Azalea #FABABB

Tints of Azalea #FABABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.86%

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 40.13%
G = 29.86%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FABABB (or 0xFABABB) is known color: Azalea. HEX triplet: FA, BA and BB. RGB value is (250,186,187). Sum of RGB (Red+Green+Blue) = 250+186+187=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FABABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABABB is #054544. Grayscale: #CDCDCD. Windows color (decimal): -345413 or 12303098. OLE color: 12303098.

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

Color convert

RGB 250 186 187 -
CMYK 0 0.26 0.25 0.02
HSL 359.06º 0.86% 0.85% -
HSV(B) 359.06º 0.26% 0.98% -
XYZ 65.95 59.03 54.93 -
YUV 205.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 250 186 187 0 0.26 0.25 0.02 359.06 0.86 0.85
Hex FA BA BB 0 1A 19 2 167 56 55
Octal 372 272 273 0 32 31 2 547 126 125
Binary 11111010 10111010 10111011 0 11010 11001 10 101100111 1010110 1010101

Color Harmonies of #FABABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABABB

Black with #FABABB

Text Example


Text Example

White with #FABABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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