Html Css Color HEX #FABABF Azalea

📋 copy color: '#FABABF'

red 250 ◦ green 186 ◦ blue 191

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

Shades of Azalea #FABABF

Tints of Azalea #FABABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.46%

R = 39.87%
G = 29.67%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FABABF (or 0xFABABF) is known color: Azalea. HEX triplet: FA, BA and BF. RGB value is (250,186,191). Sum of RGB (Red+Green+Blue) = 250+186+191=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FABABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABABF is #054540. Grayscale: #CDCDCD. Windows color (decimal): -345409 or 12565242. OLE color: 12565242.

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

Color convert

RGB 250 186 191 -
CMYK 0 0.26 0.24 0.02
HSL 355.31º 0.86% 0.85% -
HSV(B) 355.31º 0.26% 0.98% -
XYZ 66.39 59.2 57.22 -
YUV 205.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 250 186 191 0 0.26 0.24 0.02 355.31 0.86 0.85
Hex FA BA BF 0 1A 18 2 163 56 55
Octal 372 272 277 0 32 30 2 543 126 125
Binary 11111010 10111010 10111111 0 11010 11000 10 101100011 1010110 1010101

Color Harmonies of #FABABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABABF

Black with #FABABF

Text Example


Text Example

White with #FABABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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