Html Css Color HEX #F0B8FE Mauve

📋 copy color: '#F0B8FE'

red 240 ◦ green 184 ◦ blue 254

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

Shades of Mauve #F0B8FE

Tints of Mauve #F0B8FE

RGB

 RED value IS 240 (94.14% from 255) = 35.4%

 GREEN value IS 184 (72.27% from 255) = 27.14%

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

R = 35.4%
G = 27.14%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0B8FE (or 0xF0B8FE) is known color: Mauve. HEX triplet: F0, B8 and FE. RGB value is (240,184,254). Sum of RGB (Red+Green+Blue) = 240+184+254=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 184 (72.27% from 255 or 27.14% 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 #F0B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8FE is #0F4701. Grayscale: #D0D0D0. Windows color (decimal): -1001218 or 16693488. OLE color: 16693488.

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

Color convert

RGB 240 184 254 -
CMYK 0.06 0.28 0 0.00
HSL 288º 0.97% 0.86% -
HSV(B) 288º 0.28% 1% -
XYZ 70.97 59.96 101.6 -
YUV 208.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 240 184 254 0.06 0.28 0 0.00 288 0.97 0.86
Hex F0 B8 FE 6 1C 0 0 120 61 56
Octal 360 270 376 6 34 0 0 440 141 126
Binary 11110000 10111000 11111110 110 11100 0 0 100100000 1100001 1010110

Color Harmonies of #F0B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B8FE

Black with #F0B8FE

Text Example


Text Example

White with #F0B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B8FE; }

 p { color: rgb(240,184,254); }

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

background-color css

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

 a { background-color: rgb(240,184,254); }

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

border-color css

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

 span { border-color: rgb(240,184,254); }

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