Html Css Color HEX #FAC0FF Mauve

📋 copy color: '#FAC0FF'

red 250 ◦ green 192 ◦ blue 255

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

Shades of Mauve #FAC0FF

Tints of Mauve #FAC0FF

RGB

 RED value IS 250 (98.05% from 255) = 35.87%

 GREEN value IS 192 (75.39% from 255) = 27.55%

 BLUE value IS 255 (100% from 255) = 36.59%

R = 35.87%
G = 27.55%
B = 36.59%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAC0FF (or 0xFAC0FF) is known color: Mauve. HEX triplet: FA, C0 and FF. RGB value is (250,192,255). Sum of RGB (Red+Green+Blue) = 250+192+255=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 192 (75.39% from 255 or 27.55% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0FF is #053F00. Grayscale: #D8D8D8. Windows color (decimal): -343809 or 16761082. OLE color: 16761082.

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

Color convert

RGB 250 192 255 -
CMYK 0.02 0.25 0 0
HSL 295.24º 1% 0.88% -
HSV(B) 295.24º 0.25% 1% -
XYZ 76.32 65.24 103.18 -
YUV 216.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 250 192 255 0.02 0.25 0 0 295.24 1 0.88
Hex FA C0 FF 2 19 0 0 127 64 58
Octal 372 300 377 2 31 0 0 447 144 130
Binary 11111010 11000000 11111111 10 11001 0 0 100100111 1100100 1011000

Color Harmonies of #FAC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0FF

Black with #FAC0FF

Text Example


Text Example

White with #FAC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0FF; }

 p { color: rgb(250,192,255); }

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

background-color css

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

 a { background-color: rgb(250,192,255); }

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

border-color css

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

 span { border-color: rgb(250,192,255); }

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