Html Css Color HEX #F2ABFF Mauve

📋 copy color: '#F2ABFF'

red 242 ◦ green 171 ◦ blue 255

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

Shades of Mauve #F2ABFF

Tints of Mauve #F2ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.17%

R = 36.23%
G = 25.6%
B = 38.17%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2ABFF (or 0xF2ABFF) is known color: Mauve. HEX triplet: F2, AB and FF. RGB value is (242,171,255). Sum of RGB (Red+Green+Blue) = 242+171+255=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFF is #0D5400. Grayscale: #C9C9C9. Windows color (decimal): -873473 or 16755698. OLE color: 16755698.

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

Color convert

RGB 242 171 255 -
CMYK 0.05 0.33 0 0
HSL 290.71º 1% 0.84% -
HSV(B) 290.71º 0.33% 1% -
XYZ 69.23 55.22 101.62 -
YUV 201.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 242 171 255 0.05 0.33 0 0 290.71 1 0.84
Hex F2 AB FF 5 21 0 0 123 64 54
Octal 362 253 377 5 41 0 0 443 144 124
Binary 11110010 10101011 11111111 101 100001 0 0 100100011 1100100 1010100

Color Harmonies of #F2ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABFF

Black with #F2ABFF

Text Example


Text Example

White with #F2ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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