Html Css Color HEX #F2ABFE Mauve

📋 copy color: '#F2ABFE'

red 242 ◦ green 171 ◦ blue 254

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

Shades of Mauve #F2ABFE

Tints of Mauve #F2ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.64%

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

R = 36.28%
G = 25.64%
B = 38.08%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2ABFE (or 0xF2ABFE) is known color: Mauve. HEX triplet: F2, AB and FE. RGB value is (242,171,254). Sum of RGB (Red+Green+Blue) = 242+171+254=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFE is #0D5401. Grayscale: #C9C9C9. Windows color (decimal): -873474 or 16690162. OLE color: 16690162.

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

Color convert

RGB 242 171 254 -
CMYK 0.05 0.33 0 0.00
HSL 291.33º 0.98% 0.83% -
HSV(B) 291.33º 0.33% 1% -
XYZ 69.07 55.16 100.77 -
YUV 201.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 242 171 254 0.05 0.33 0 0.00 291.33 0.98 0.83
Hex F2 AB FE 5 21 0 0 123 62 53
Octal 362 253 376 5 41 0 0 443 142 123
Binary 11110010 10101011 11111110 101 100001 0 0 100100011 1100010 1010011

Color Harmonies of #F2ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABFE

Black with #F2ABFE

Text Example


Text Example

White with #F2ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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