Html Css Color HEX #F2B8F5 Mauve

📋 copy color: '#F2B8F5'

red 242 ◦ green 184 ◦ blue 245

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

Shades of Mauve #F2B8F5

Tints of Mauve #F2B8F5

RGB

 RED value IS 242 (94.92% from 255) = 36.07%

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

 BLUE value IS 245 (96.09% from 255) = 36.51%

R = 36.07%
G = 27.42%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2B8F5 (or 0xF2B8F5) is known color: Mauve. HEX triplet: F2, B8 and F5. RGB value is (242,184,245). Sum of RGB (Red+Green+Blue) = 242+184+245=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 184 (72.27% from 255 or 27.42% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2B8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B8F5 is #0D470A. Grayscale: #D0D0D0. Windows color (decimal): -870155 or 16103666. OLE color: 16103666.

HSL color Cylindrical-coordinate representation of color #F2B8F5: hue angle of 297.05º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B8F5 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 184 245 -
CMYK 0.01 0.25 0 0.04
HSL 297.05º 0.75% 0.84% -
HSV(B) 297.05º 0.25% 0.96% -
XYZ 70.24 59.75 94.22 -
YUV 208.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 242 184 245 0.01 0.25 0 0.04 297.05 0.75 0.84
Hex F2 B8 F5 1 19 0 4 129 4B 54
Octal 362 270 365 1 31 0 4 451 113 124
Binary 11110010 10111000 11110101 1 11001 0 100 100101001 1001011 1010100

Color Harmonies of #F2B8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B8F5

Black with #F2B8F5

Text Example


Text Example

White with #F2B8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B8F5; }

 p { color: rgb(242,184,245); }

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

background-color css

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

 a { background-color: rgb(242,184,245); }

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

border-color css

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

 span { border-color: rgb(242,184,245); }

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