Html Css Color HEX #F2ADFD Mauve

📋 copy color: '#F2ADFD'

red 242 ◦ green 173 ◦ blue 253

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

Shades of Mauve #F2ADFD

Tints of Mauve #F2ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 36.23%
G = 25.9%
B = 37.87%

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

#F2ADFD (or 0xF2ADFD) is known color: Mauve. HEX triplet: F2, AD and FD. RGB value is (242,173,253). Sum of RGB (Red+Green+Blue) = 242+173+253=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADFD is #0D5202. Grayscale: #CACACA. Windows color (decimal): -872963 or 16625138. OLE color: 16625138.

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

Color convert

RGB 242 173 253 -
CMYK 0.04 0.32 0 0.01
HSL 291.75º 0.95% 0.84% -
HSV(B) 291.75º 0.32% 0.99% -
XYZ 69.29 55.86 100.06 -
YUV 202.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 242 173 253 0.04 0.32 0 0.01 291.75 0.95 0.84
Hex F2 AD FD 4 20 0 1 124 5F 54
Octal 362 255 375 4 40 0 1 444 137 124
Binary 11110010 10101101 11111101 100 100000 0 1 100100100 1011111 1010100

Color Harmonies of #F2ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADFD

Black with #F2ADFD

Text Example


Text Example

White with #F2ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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