Html Css Color HEX #F2B7FC Mauve

📋 copy color: '#F2B7FC'

red 242 ◦ green 183 ◦ blue 252

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

Shades of Mauve #F2B7FC

Tints of Mauve #F2B7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.03%

 BLUE value IS 252 (98.83% from 255) = 37.22%

R = 35.75%
G = 27.03%
B = 37.22%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2B7FC (or 0xF2B7FC) is known color: Mauve. HEX triplet: F2, B7 and FC. RGB value is (242,183,252). Sum of RGB (Red+Green+Blue) = 242+183+252=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2B7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7FC is #0D4803. Grayscale: #D0D0D0. Windows color (decimal): -870404 or 16562162. OLE color: 16562162.

HSL color Cylindrical-coordinate representation of color #F2B7FC: hue angle of 291.3º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B7FC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 183 252 -
CMYK 0.04 0.27 0 0.01
HSL 291.3º 0.92% 0.85% -
HSV(B) 291.3º 0.27% 0.99% -
XYZ 71.12 59.77 99.88 -
YUV 208.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 242 183 252 0.04 0.27 0 0.01 291.3 0.92 0.85
Hex F2 B7 FC 4 1B 0 1 123 5C 55
Octal 362 267 374 4 33 0 1 443 134 125
Binary 11110010 10110111 11111100 100 11011 0 1 100100011 1011100 1010101

Color Harmonies of #F2B7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7FC

Black with #F2B7FC

Text Example


Text Example

White with #F2B7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7FC; }

 p { color: rgb(242,183,252); }

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

background-color css

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

 a { background-color: rgb(242,183,252); }

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

border-color css

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

 span { border-color: rgb(242,183,252); }

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