Html Css Color HEX #FABEC2 Azalea

📋 copy color: '#FABEC2'

red 250 ◦ green 190 ◦ blue 194

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

Shades of Azalea #FABEC2

Tints of Azalea #FABEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.97%

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

R = 39.43%
G = 29.97%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FABEC2 (or 0xFABEC2) is known color: Azalea. HEX triplet: FA, BE and C2. RGB value is (250,190,194). Sum of RGB (Red+Green+Blue) = 250+190+194=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC2 is #05413D. Grayscale: #D0D0D0. Windows color (decimal): -344382 or 12762874. OLE color: 12762874.

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

Color convert

RGB 250 190 194 -
CMYK 0 0.24 0.22 0.02
HSL 356º 0.86% 0.86% -
HSV(B) 356º 0.24% 0.98% -
XYZ 67.58 61.05 59.26 -
YUV 208.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 250 190 194 0 0.24 0.22 0.02 356 0.86 0.86
Hex FA BE C2 0 18 16 2 164 56 56
Octal 372 276 302 0 30 26 2 544 126 126
Binary 11111010 10111110 11000010 0 11000 10110 10 101100100 1010110 1010110

Color Harmonies of #FABEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABEC2

Black with #FABEC2

Text Example


Text Example

White with #FABEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABEC2; }

 p { color: rgb(250,190,194); }

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

background-color css

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

 a { background-color: rgb(250,190,194); }

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

border-color css

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

 span { border-color: rgb(250,190,194); }

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