Html Css Color HEX #F2ADFE Mauve

📋 copy color: '#F2ADFE'

red 242 ◦ green 173 ◦ blue 254

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

Shades of Mauve #F2ADFE

Tints of Mauve #F2ADFE

RGB

 RED value IS 242 (94.92% from 255) = 36.17%

 GREEN value IS 173 (67.97% from 255) = 25.86%

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

R = 36.17%
G = 25.86%
B = 37.97%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2ADFE (or 0xF2ADFE) is known color: Mauve. HEX triplet: F2, AD and FE. RGB value is (242,173,254). Sum of RGB (Red+Green+Blue) = 242+173+254=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFE is #0D5201. Grayscale: #CACACA. Windows color (decimal): -872962 or 16690674. OLE color: 16690674.

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

Color convert

RGB 242 173 254 -
CMYK 0.05 0.32 0 0.00
HSL 291.11º 0.98% 0.84% -
HSV(B) 291.11º 0.32% 1% -
XYZ 69.45 55.92 100.9 -
YUV 202.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 242 173 254 0.05 0.32 0 0.00 291.11 0.98 0.84
Hex F2 AD FE 5 20 0 0 123 62 54
Octal 362 255 376 5 40 0 0 443 142 124
Binary 11110010 10101101 11111110 101 100000 0 0 100100011 1100010 1010100

Color Harmonies of #F2ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADFE

Black with #F2ADFE

Text Example


Text Example

White with #F2ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADFE; }

 p { color: rgb(242,173,254); }

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

background-color css

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

 a { background-color: rgb(242,173,254); }

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

border-color css

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

 span { border-color: rgb(242,173,254); }

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