Html Css Color HEX #F6AEFB Mauve

📋 copy color: '#F6AEFB'

red 246 ◦ green 174 ◦ blue 251

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

Shades of Mauve #F6AEFB

Tints of Mauve #F6AEFB

RGB

 RED value IS 246 (96.48% from 255) = 36.66%

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

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 36.66%
G = 25.93%
B = 37.41%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6AEFB (or 0xF6AEFB) is known color: Mauve. HEX triplet: F6, AE and FB. RGB value is (246,174,251). Sum of RGB (Red+Green+Blue) = 246+174+251=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 174 (68.36% from 255 or 25.93% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AEFB is #095104. Grayscale: #CCCCCC. Windows color (decimal): -610565 or 16494326. OLE color: 16494326.

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

Color convert

RGB 246 174 251 -
CMYK 0.02 0.31 0 0.02
HSL 296.1º 0.91% 0.83% -
HSV(B) 296.1º 0.31% 0.98% -
XYZ 70.55 56.83 98.52 -
YUV 204.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 246 174 251 0.02 0.31 0 0.02 296.1 0.91 0.83
Hex F6 AE FB 2 1F 0 2 128 5B 53
Octal 366 256 373 2 37 0 2 450 133 123
Binary 11110110 10101110 11111011 10 11111 0 10 100101000 1011011 1010011

Color Harmonies of #F6AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AEFB

Black with #F6AEFB

Text Example


Text Example

White with #F6AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AEFB; }

 p { color: rgb(246,174,251); }

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

background-color css

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

 a { background-color: rgb(246,174,251); }

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

border-color css

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

 span { border-color: rgb(246,174,251); }

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