Html Css Color HEX #F2ADFC Mauve

📋 copy color: '#F2ADFC'

red 242 ◦ green 173 ◦ blue 252

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

Shades of Mauve #F2ADFC

Tints of Mauve #F2ADFC

RGB

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

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

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

R = 36.28%
G = 25.94%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2ADFC (or 0xF2ADFC) is known color: Mauve. HEX triplet: F2, AD and FC. RGB value is (242,173,252). Sum of RGB (Red+Green+Blue) = 242+173+252=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFC is #0D5203. Grayscale: #CACACA. Windows color (decimal): -872964 or 16559602. OLE color: 16559602.

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

Color convert

RGB 242 173 252 -
CMYK 0.04 0.31 0 0.01
HSL 292.41º 0.93% 0.83% -
HSV(B) 292.41º 0.31% 0.99% -
XYZ 69.13 55.79 99.22 -
YUV 202.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 242 173 252 0.04 0.31 0 0.01 292.41 0.93 0.83
Hex F2 AD FC 4 1F 0 1 124 5D 53
Octal 362 255 374 4 37 0 1 444 135 123
Binary 11110010 10101101 11111100 100 11111 0 1 100100100 1011101 1010011

Color Harmonies of #F2ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADFC

Black with #F2ADFC

Text Example


Text Example

White with #F2ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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