Html Css Color HEX #F2A8FD Mauve

📋 copy color: '#F2A8FD'

red 242 ◦ green 168 ◦ blue 253

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

Shades of Mauve #F2A8FD

Tints of Mauve #F2A8FD

RGB

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

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

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

R = 36.5%
G = 25.34%
B = 38.16%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2A8FD (or 0xF2A8FD) is known color: Mauve. HEX triplet: F2, A8 and FD. RGB value is (242,168,253). Sum of RGB (Red+Green+Blue) = 242+168+253=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8FD is #0D5702. Grayscale: #C7C7C7. Windows color (decimal): -874243 or 16623858. OLE color: 16623858.

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

Color convert

RGB 242 168 253 -
CMYK 0.04 0.34 0 0.01
HSL 292.24º 0.96% 0.83% -
HSV(B) 292.24º 0.34% 0.99% -
XYZ 68.35 53.97 99.74 -
YUV 199.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 242 168 253 0.04 0.34 0 0.01 292.24 0.96 0.83
Hex F2 A8 FD 4 22 0 1 124 60 53
Octal 362 250 375 4 42 0 1 444 140 123
Binary 11110010 10101000 11111101 100 100010 0 1 100100100 1100000 1010011

Color Harmonies of #F2A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8FD

Black with #F2A8FD

Text Example


Text Example

White with #F2A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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