Html Css Color HEX #F0AFFA Mauve

📋 copy color: '#F0AFFA'

red 240 ◦ green 175 ◦ blue 250

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

Shades of Mauve #F0AFFA

Tints of Mauve #F0AFFA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.32%

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 36.09%
G = 26.32%
B = 37.59%

CMYK

 C value IS 0.04

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0AFFA (or 0xF0AFFA) is known color: Mauve. HEX triplet: F0, AF and FA. RGB value is (240,175,250). Sum of RGB (Red+Green+Blue) = 240+175+250=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFFA is #0F5005. Grayscale: #CACACA. Windows color (decimal): -1003526 or 16429040. OLE color: 16429040.

HSL color Cylindrical-coordinate representation of color #F0AFFA: hue angle of 292º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AFFA is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 175 250 -
CMYK 0.04 0.3 0 0.02
HSL 292º 0.88% 0.83% -
HSV(B) 292º 0.3% 0.98% -
XYZ 68.52 56.09 97.66 -
YUV 202.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 240 175 250 0.04 0.3 0 0.02 292 0.88 0.83
Hex F0 AF FA 4 1E 0 2 124 58 53
Octal 360 257 372 4 36 0 2 444 130 123
Binary 11110000 10101111 11111010 100 11110 0 10 100100100 1011000 1010011

Color Harmonies of #F0AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFFA

Black with #F0AFFA

Text Example


Text Example

White with #F0AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFFA; }

 p { color: rgb(240,175,250); }

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

background-color css

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

 a { background-color: rgb(240,175,250); }

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

border-color css

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

 span { border-color: rgb(240,175,250); }

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