Html Css Color HEX #F0ADFE Mauve

📋 copy color: '#F0ADFE'

red 240 ◦ green 173 ◦ blue 254

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

Shades of Mauve #F0ADFE

Tints of Mauve #F0ADFE

RGB

 RED value IS 240 (94.14% from 255) = 35.98%

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

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 35.98%
G = 25.94%
B = 38.08%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0ADFE (or 0xF0ADFE) is known color: Mauve. HEX triplet: F0, AD and FE. RGB value is (240,173,254). Sum of RGB (Red+Green+Blue) = 240+173+254=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFE is #0F5201. Grayscale: #CACACA. Windows color (decimal): -1004034 or 16690672. OLE color: 16690672.

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

Color convert

RGB 240 173 254 -
CMYK 0.06 0.32 0 0.00
HSL 289.63º 0.98% 0.84% -
HSV(B) 289.63º 0.32% 1% -
XYZ 68.77 55.57 100.87 -
YUV 202.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 240 173 254 0.06 0.32 0 0.00 289.63 0.98 0.84
Hex F0 AD FE 6 20 0 0 122 62 54
Octal 360 255 376 6 40 0 0 442 142 124
Binary 11110000 10101101 11111110 110 100000 0 0 100100010 1100010 1010100

Color Harmonies of #F0ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADFE

Black with #F0ADFE

Text Example


Text Example

White with #F0ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADFE; }

 p { color: rgb(240,173,254); }

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

background-color css

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

 a { background-color: rgb(240,173,254); }

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

border-color css

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

 span { border-color: rgb(240,173,254); }

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