Html Css Color HEX #F2ACFB Mauve

📋 copy color: '#F2ACFB'

red 242 ◦ green 172 ◦ blue 251

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

Shades of Mauve #F2ACFB

Tints of Mauve #F2ACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.86%

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

R = 36.39%
G = 25.86%
B = 37.74%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2ACFB (or 0xF2ACFB) is known color: Mauve. HEX triplet: F2, AC and FB. RGB value is (242,172,251). Sum of RGB (Red+Green+Blue) = 242+172+251=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACFB is #0D5304. Grayscale: #C9C9C9. Windows color (decimal): -873221 or 16493810. OLE color: 16493810.

HSL color Cylindrical-coordinate representation of color #F2ACFB: hue angle of 293.16º 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 #F2ACFB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 172 251 -
CMYK 0.04 0.31 0 0.02
HSL 293.16º 0.91% 0.83% -
HSV(B) 293.16º 0.31% 0.98% -
XYZ 68.78 55.35 98.32 -
YUV 201.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 242 172 251 0.04 0.31 0 0.02 293.16 0.91 0.83
Hex F2 AC FB 4 1F 0 2 125 5B 53
Octal 362 254 373 4 37 0 2 445 133 123
Binary 11110010 10101100 11111011 100 11111 0 10 100100101 1011011 1010011

Color Harmonies of #F2ACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACFB

Black with #F2ACFB

Text Example


Text Example

White with #F2ACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACFB; }

 p { color: rgb(242,172,251); }

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

background-color css

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

 a { background-color: rgb(242,172,251); }

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

border-color css

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

 span { border-color: rgb(242,172,251); }

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