Html Css Color HEX #F0A8FC Mauve

📋 copy color: '#F0A8FC'

red 240 ◦ green 168 ◦ blue 252

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

Shades of Mauve #F0A8FC

Tints of Mauve #F0A8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.45%

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

R = 36.36%
G = 25.45%
B = 38.18%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0A8FC (or 0xF0A8FC) is known color: Mauve. HEX triplet: F0, A8 and FC. RGB value is (240,168,252). Sum of RGB (Red+Green+Blue) = 240+168+252=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0A8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8FC is #0F5703. Grayscale: #C6C6C6. Windows color (decimal): -1005316 or 16558320. OLE color: 16558320.

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

Color convert

RGB 240 168 252 -
CMYK 0.05 0.33 0 0.01
HSL 291.43º 0.93% 0.82% -
HSV(B) 291.43º 0.33% 0.99% -
XYZ 67.51 53.56 98.88 -
YUV 199.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 240 168 252 0.05 0.33 0 0.01 291.43 0.93 0.82
Hex F0 A8 FC 5 21 0 1 123 5D 52
Octal 360 250 374 5 41 0 1 443 135 122
Binary 11110000 10101000 11111100 101 100001 0 1 100100011 1011101 1010010

Color Harmonies of #F0A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A8FC

Black with #F0A8FC

Text Example


Text Example

White with #F0A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A8FC; }

 p { color: rgb(240,168,252); }

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

background-color css

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

 a { background-color: rgb(240,168,252); }

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

border-color css

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

 span { border-color: rgb(240,168,252); }

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