Html Css Color HEX #F8B9FE Mauve

📋 copy color: '#F8B9FE'

red 248 ◦ green 185 ◦ blue 254

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

Shades of Mauve #F8B9FE

Tints of Mauve #F8B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 26.93%

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

R = 36.1%
G = 26.93%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8B9FE (or 0xF8B9FE) is known color: Mauve. HEX triplet: F8, B9 and FE. RGB value is (248,185,254). Sum of RGB (Red+Green+Blue) = 248+185+254=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 185 (72.66% from 255 or 26.93% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9FE is #074601. Grayscale: #D3D3D3. Windows color (decimal): -476674 or 16693752. OLE color: 16693752.

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

Color convert

RGB 248 185 254 -
CMYK 0.02 0.27 0 0.00
HSL 294.78º 0.97% 0.86% -
HSV(B) 294.78º 0.27% 1% -
XYZ 73.95 61.81 101.8 -
YUV 211.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 248 185 254 0.02 0.27 0 0.00 294.78 0.97 0.86
Hex F8 B9 FE 2 1B 0 0 127 61 56
Octal 370 271 376 2 33 0 0 447 141 126
Binary 11111000 10111001 11111110 10 11011 0 0 100100111 1100001 1010110

Color Harmonies of #F8B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9FE

Black with #F8B9FE

Text Example


Text Example

White with #F8B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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