Html Css Color HEX #F8B6FE Mauve

📋 copy color: '#F8B6FE'

red 248 ◦ green 182 ◦ blue 254

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

Shades of Mauve #F8B6FE

Tints of Mauve #F8B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.61%

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

R = 36.26%
G = 26.61%
B = 37.13%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8B6FE (or 0xF8B6FE) is known color: Mauve. HEX triplet: F8, B6 and FE. RGB value is (248,182,254). Sum of RGB (Red+Green+Blue) = 248+182+254=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6FE is #074901. Grayscale: #D1D1D1. Windows color (decimal): -477442 or 16692984. OLE color: 16692984.

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

Color convert

RGB 248 182 254 -
CMYK 0.02 0.28 0 0.00
HSL 295º 0.97% 0.85% -
HSV(B) 295º 0.28% 1% -
XYZ 73.33 60.57 101.59 -
YUV 209.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 248 182 254 0.02 0.28 0 0.00 295 0.97 0.85
Hex F8 B6 FE 2 1C 0 0 127 61 55
Octal 370 266 376 2 34 0 0 447 141 125
Binary 11111000 10110110 11111110 10 11100 0 0 100100111 1100001 1010101

Color Harmonies of #F8B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B6FE

Black with #F8B6FE

Text Example


Text Example

White with #F8B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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