Html Css Color HEX #F3A5FC Mauve

📋 copy color: '#F3A5FC'

red 243 ◦ green 165 ◦ blue 252

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

Shades of Mauve #F3A5FC

Tints of Mauve #F3A5FC

RGB

 RED value IS 243 (95.31% from 255) = 36.82%

 GREEN value IS 165 (64.84% from 255) = 25%

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

R = 36.82%
G = 25%
B = 38.18%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F3A5FC (or 0xF3A5FC) is known color: Mauve. HEX triplet: F3, A5 and FC. RGB value is (243,165,252). Sum of RGB (Red+Green+Blue) = 243+165+252=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 165 (64.84% from 255 or 25% 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 #F3A5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A5FC is #0C5A03. Grayscale: #C5C5C5. Windows color (decimal): -809476 or 16557555. OLE color: 16557555.

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

Color convert

RGB 243 165 252 -
CMYK 0.04 0.35 0 0.01
HSL 293.79º 0.94% 0.82% -
HSV(B) 293.79º 0.35% 0.99% -
XYZ 67.99 52.99 98.74 -
YUV 198.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 243 165 252 0.04 0.35 0 0.01 293.79 0.94 0.82
Hex F3 A5 FC 4 23 0 1 126 5E 52
Octal 363 245 374 4 43 0 1 446 136 122
Binary 11110011 10100101 11111100 100 100011 0 1 100100110 1011110 1010010

Color Harmonies of #F3A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A5FC

Black with #F3A5FC

Text Example


Text Example

White with #F3A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A5FC; }

 p { color: rgb(243,165,252); }

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

background-color css

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

 a { background-color: rgb(243,165,252); }

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

border-color css

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

 span { border-color: rgb(243,165,252); }

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