Html Css Color HEX #FAAFFE Mauve

📋 copy color: '#FAAFFE'

red 250 ◦ green 175 ◦ blue 254

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

Shades of Mauve #FAAFFE

Tints of Mauve #FAAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.77%

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

R = 36.82%
G = 25.77%
B = 37.41%

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

#FAAFFE (or 0xFAAFFE) is known color: Mauve. HEX triplet: FA, AF and FE. RGB value is (250,175,254). Sum of RGB (Red+Green+Blue) = 250+175+254=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFFE is #055001. Grayscale: #CECECE. Windows color (decimal): -348162 or 16691194. OLE color: 16691194.

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

Color convert

RGB 250 175 254 -
CMYK 0.02 0.31 0 0.00
HSL 296.96º 0.98% 0.84% -
HSV(B) 296.96º 0.31% 1% -
XYZ 72.64 58.14 101.16 -
YUV 206.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 250 175 254 0.02 0.31 0 0.00 296.96 0.98 0.84
Hex FA AF FE 2 1F 0 0 129 62 54
Octal 372 257 376 2 37 0 0 451 142 124
Binary 11111010 10101111 11111110 10 11111 0 0 100101001 1100010 1010100

Color Harmonies of #FAAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFFE

Black with #FAAFFE

Text Example


Text Example

White with #FAAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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