Html Css Color HEX #F7BDFF Mauve

📋 copy color: '#F7BDFF'

red 247 ◦ green 189 ◦ blue 255

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

Shades of Mauve #F7BDFF

Tints of Mauve #F7BDFF

RGB

 RED value IS 247 (96.88% from 255) = 35.75%

 GREEN value IS 189 (74.22% from 255) = 27.35%

 BLUE value IS 255 (100% from 255) = 36.9%

R = 35.75%
G = 27.35%
B = 36.9%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7BDFF (or 0xF7BDFF) is known color: Mauve. HEX triplet: F7, BD and FF. RGB value is (247,189,255). Sum of RGB (Red+Green+Blue) = 247+189+255=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDFF is #084200. Grayscale: #D5D5D5. Windows color (decimal): -541185 or 16760311. OLE color: 16760311.

HSL color Cylindrical-coordinate representation of color #F7BDFF: hue angle of 292.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BDFF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 189 255 -
CMYK 0.03 0.26 0 0
HSL 292.73º 1% 0.87% -
HSV(B) 292.73º 0.26% 1% -
XYZ 74.61 63.39 102.91 -
YUV 213.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 247 189 255 0.03 0.26 0 0 292.73 1 0.87
Hex F7 BD FF 3 1A 0 0 125 64 57
Octal 367 275 377 3 32 0 0 445 144 127
Binary 11110111 10111101 11111111 11 11010 0 0 100100101 1100100 1010111

Color Harmonies of #F7BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDFF

Black with #F7BDFF

Text Example


Text Example

White with #F7BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDFF; }

 p { color: rgb(247,189,255); }

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

background-color css

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

 a { background-color: rgb(247,189,255); }

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

border-color css

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

 span { border-color: rgb(247,189,255); }

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