Html Css Color HEX #FABEC0 Azalea

📋 copy color: '#FABEC0'

red 250 ◦ green 190 ◦ blue 192

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

Shades of Azalea #FABEC0

Tints of Azalea #FABEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.38%

R = 39.56%
G = 30.06%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FABEC0 (or 0xFABEC0) is known color: Azalea. HEX triplet: FA, BE and C0. RGB value is (250,190,192). Sum of RGB (Red+Green+Blue) = 250+190+192=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEC0 is #05413F. Grayscale: #D0D0D0. Windows color (decimal): -344384 or 12631802. OLE color: 12631802.

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

Color convert

RGB 250 190 192 -
CMYK 0 0.24 0.23 0.02
HSL 358º 0.86% 0.86% -
HSV(B) 358º 0.24% 0.98% -
XYZ 67.35 60.96 58.09 -
YUV 208.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 250 190 192 0 0.24 0.23 0.02 358 0.86 0.86
Hex FA BE C0 0 18 17 2 166 56 56
Octal 372 276 300 0 30 27 2 546 126 126
Binary 11111010 10111110 11000000 0 11000 10111 10 101100110 1010110 1010110

Color Harmonies of #FABEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABEC0

Black with #FABEC0

Text Example


Text Example

White with #FABEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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