Html Css Color HEX #F9AFFE Mauve

📋 copy color: '#F9AFFE'

red 249 ◦ green 175 ◦ blue 254

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

Shades of Mauve #F9AFFE

Tints of Mauve #F9AFFE

RGB

 RED value IS 249 (97.66% from 255) = 36.73%

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

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

R = 36.73%
G = 25.81%
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

#F9AFFE (or 0xF9AFFE) is known color: Mauve. HEX triplet: F9, AF and FE. RGB value is (249,175,254). Sum of RGB (Red+Green+Blue) = 249+175+254=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 175 (68.75% from 255 or 25.81% 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 #F9AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFFE is #065001. Grayscale: #CDCDCD. Windows color (decimal): -413698 or 16691193. OLE color: 16691193.

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

Color convert

RGB 249 175 254 -
CMYK 0.02 0.31 0 0.00
HSL 296.2º 0.98% 0.84% -
HSV(B) 296.2º 0.31% 1% -
XYZ 72.29 57.96 101.14 -
YUV 206.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 249 175 254 0.02 0.31 0 0.00 296.2 0.98 0.84
Hex F9 AF FE 2 1F 0 0 128 62 54
Octal 371 257 376 2 37 0 0 450 142 124
Binary 11111001 10101111 11111110 10 11111 0 0 100101000 1100010 1010100

Color Harmonies of #F9AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFFE

Black with #F9AFFE

Text Example


Text Example

White with #F9AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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