Html Css Color HEX #F8B0FE Mauve

📋 copy color: '#F8B0FE'

red 248 ◦ green 176 ◦ blue 254

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

Shades of Mauve #F8B0FE

Tints of Mauve #F8B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 25.96%

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

R = 36.58%
G = 25.96%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8B0FE (or 0xF8B0FE) is known color: Mauve. HEX triplet: F8, B0 and FE. RGB value is (248,176,254). Sum of RGB (Red+Green+Blue) = 248+176+254=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 176 (69.14% from 255 or 25.96% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0FE is #074F01. Grayscale: #CECECE. Windows color (decimal): -478978 or 16691448. OLE color: 16691448.

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

Color convert

RGB 248 176 254 -
CMYK 0.02 0.31 0 0.00
HSL 295.38º 0.98% 0.84% -
HSV(B) 295.38º 0.31% 1% -
XYZ 72.13 58.16 101.19 -
YUV 206.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 248 176 254 0.02 0.31 0 0.00 295.38 0.98 0.84
Hex F8 B0 FE 2 1F 0 0 127 62 54
Octal 370 260 376 2 37 0 0 447 142 124
Binary 11111000 10110000 11111110 10 11111 0 0 100100111 1100010 1010100

Color Harmonies of #F8B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B0FE

Black with #F8B0FE

Text Example


Text Example

White with #F8B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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