Html Css Color HEX #F2ADF8 Mauve

📋 copy color: '#F2ADF8'

red 242 ◦ green 173 ◦ blue 248

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

Shades of Mauve #F2ADF8

Tints of Mauve #F2ADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.41%

R = 36.5%
G = 26.09%
B = 37.41%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2ADF8 (or 0xF2ADF8) is known color: Mauve. HEX triplet: F2, AD and F8. RGB value is (242,173,248). Sum of RGB (Red+Green+Blue) = 242+173+248=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2ADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADF8 is #0D5207. Grayscale: #C9C9C9. Windows color (decimal): -872968 or 16297458. OLE color: 16297458.

HSL color Cylindrical-coordinate representation of color #F2ADF8: hue angle of 295.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2ADF8 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 173 248 -
CMYK 0.02 0.30 0 0.03
HSL 295.2º 0.84% 0.83% -
HSV(B) 295.2º 0.3% 0.97% -
XYZ 68.5 55.54 95.92 -
YUV 202.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 242 173 248 0.02 0.30 0 0.03 295.2 0.84 0.83
Hex F2 AD F8 2 1E 0 3 127 54 53
Octal 362 255 370 2 36 0 3 447 124 123
Binary 11110010 10101101 11111000 10 11110 0 11 100100111 1010100 1010011

Color Harmonies of #F2ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADF8

Black with #F2ADF8

Text Example


Text Example

White with #F2ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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