Html Css Color HEX #F8B5FE Mauve

📋 copy color: '#F8B5FE'

red 248 ◦ green 181 ◦ blue 254

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

Shades of Mauve #F8B5FE

Tints of Mauve #F8B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.5%

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

R = 36.31%
G = 26.5%
B = 37.19%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8B5FE (or 0xF8B5FE) is known color: Mauve. HEX triplet: F8, B5 and FE. RGB value is (248,181,254). Sum of RGB (Red+Green+Blue) = 248+181+254=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 181 (71.09% from 255 or 26.50% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B5FE is #074A01. Grayscale: #D1D1D1. Windows color (decimal): -477698 or 16692728. OLE color: 16692728.

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

Color convert

RGB 248 181 254 -
CMYK 0.02 0.29 0 0.00
HSL 295.07º 0.97% 0.85% -
HSV(B) 295.07º 0.29% 1% -
XYZ 73.12 60.16 101.52 -
YUV 209.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 248 181 254 0.02 0.29 0 0.00 295.07 0.97 0.85
Hex F8 B5 FE 2 1D 0 0 127 61 55
Octal 370 265 376 2 35 0 0 447 141 125
Binary 11111000 10110101 11111110 10 11101 0 0 100100111 1100001 1010101

Color Harmonies of #F8B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B5FE

Black with #F8B5FE

Text Example


Text Example

White with #F8B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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