Html Css Color HEX #F2ABFC Mauve

📋 copy color: '#F2ABFC'

red 242 ◦ green 171 ◦ blue 252

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

Shades of Mauve #F2ABFC

Tints of Mauve #F2ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.89%

R = 36.39%
G = 25.71%
B = 37.89%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2ABFC (or 0xF2ABFC) is known color: Mauve. HEX triplet: F2, AB and FC. RGB value is (242,171,252). Sum of RGB (Red+Green+Blue) = 242+171+252=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFC is #0D5403. Grayscale: #C9C9C9. Windows color (decimal): -873476 or 16559090. OLE color: 16559090.

HSL color Cylindrical-coordinate representation of color #F2ABFC: hue angle of 292.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2ABFC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 171 252 -
CMYK 0.04 0.32 0 0.01
HSL 292.59º 0.93% 0.83% -
HSV(B) 292.59º 0.32% 0.99% -
XYZ 68.75 55.03 99.09 -
YUV 201.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 242 171 252 0.04 0.32 0 0.01 292.59 0.93 0.83
Hex F2 AB FC 4 20 0 1 125 5D 53
Octal 362 253 374 4 40 0 1 445 135 123
Binary 11110010 10101011 11111100 100 100000 0 1 100100101 1011101 1010011

Color Harmonies of #F2ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABFC

Black with #F2ABFC

Text Example


Text Example

White with #F2ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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