Html Css Color HEX #F2ADFF Mauve

📋 copy color: '#F2ADFF'

red 242 ◦ green 173 ◦ blue 255

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

Shades of Mauve #F2ADFF

Tints of Mauve #F2ADFF

RGB

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

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

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

R = 36.12%
G = 25.82%
B = 38.06%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2ADFF (or 0xF2ADFF) is known color: Mauve. HEX triplet: F2, AD and FF. RGB value is (242,173,255). Sum of RGB (Red+Green+Blue) = 242+173+255=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFF is #0D5200. Grayscale: #CACACA. Windows color (decimal): -872961 or 16756210. OLE color: 16756210.

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

Color convert

RGB 242 173 255 -
CMYK 0.05 0.32 0 0
HSL 290.49º 1% 0.84% -
HSV(B) 290.49º 0.32% 1% -
XYZ 69.61 55.98 101.74 -
YUV 202.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 242 173 255 0.05 0.32 0 0 290.49 1 0.84
Hex F2 AD FF 5 20 0 0 122 64 54
Octal 362 255 377 5 40 0 0 442 144 124
Binary 11110010 10101101 11111111 101 100000 0 0 100100010 1100100 1010100

Color Harmonies of #F2ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADFF

Black with #F2ADFF

Text Example


Text Example

White with #F2ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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