Html Css Color HEX #FAAEFE Mauve

📋 copy color: '#FAAEFE'

red 250 ◦ green 174 ◦ blue 254

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

Shades of Mauve #FAAEFE

Tints of Mauve #FAAEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 25.66%

 BLUE value IS 254 (99.61% from 255) = 37.46%

R = 36.87%
G = 25.66%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAAEFE (or 0xFAAEFE) is known color: Mauve. HEX triplet: FA, AE and FE. RGB value is (250,174,254). Sum of RGB (Red+Green+Blue) = 250+174+254=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 174 (68.36% from 255 or 25.66% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEFE is #055101. Grayscale: #CDCDCD. Windows color (decimal): -348418 or 16690938. OLE color: 16690938.

HSL color Cylindrical-coordinate representation of color #FAAEFE: hue angle of 297º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAAEFE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 174 254 -
CMYK 0.02 0.31 0 0.00
HSL 297º 0.98% 0.84% -
HSV(B) 297º 0.31% 1% -
XYZ 72.45 57.75 101.09 -
YUV 205.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 250 174 254 0.02 0.31 0 0.00 297 0.98 0.84
Hex FA AE FE 2 1F 0 0 129 62 54
Octal 372 256 376 2 37 0 0 451 142 124
Binary 11111010 10101110 11111110 10 11111 0 0 100101001 1100010 1010100

Color Harmonies of #FAAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEFE

Black with #FAAEFE

Text Example


Text Example

White with #FAAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEFE; }

 p { color: rgb(250,174,254); }

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

background-color css

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

 a { background-color: rgb(250,174,254); }

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

border-color css

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

 span { border-color: rgb(250,174,254); }

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