Html Css Color HEX #F8C1FE Mauve

📋 copy color: '#F8C1FE'

red 248 ◦ green 193 ◦ blue 254

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

Shades of Mauve #F8C1FE

Tints of Mauve #F8C1FE

RGB

 RED value IS 248 (97.27% from 255) = 35.68%

 GREEN value IS 193 (75.78% from 255) = 27.77%

 BLUE value IS 254 (99.61% from 255) = 36.55%

R = 35.68%
G = 27.77%
B = 36.55%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8C1FE (or 0xF8C1FE) is known color: Mauve. HEX triplet: F8, C1 and FE. RGB value is (248,193,254). Sum of RGB (Red+Green+Blue) = 248+193+254=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 193 (75.78% from 255 or 27.77% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C1FE is #073E01. Grayscale: #D8D8D8. Windows color (decimal): -474626 or 16695800. OLE color: 16695800.

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

Color convert

RGB 248 193 254 -
CMYK 0.02 0.24 0 0.00
HSL 294.1º 0.97% 0.88% -
HSV(B) 294.1º 0.24% 1% -
XYZ 75.67 65.25 102.37 -
YUV 216.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 248 193 254 0.02 0.24 0 0.00 294.1 0.97 0.88
Hex F8 C1 FE 2 18 0 0 126 61 58
Octal 370 301 376 2 30 0 0 446 141 130
Binary 11111000 11000001 11111110 10 11000 0 0 100100110 1100001 1011000

Color Harmonies of #F8C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C1FE

Black with #F8C1FE

Text Example


Text Example

White with #F8C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C1FE; }

 p { color: rgb(248,193,254); }

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

background-color css

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

 a { background-color: rgb(248,193,254); }

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

border-color css

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

 span { border-color: rgb(248,193,254); }

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