Html Css Color HEX #F7BAFD Mauve

📋 copy color: '#F7BAFD'

red 247 ◦ green 186 ◦ blue 253

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

Shades of Mauve #F7BAFD

Tints of Mauve #F7BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.11%

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 36.01%
G = 27.11%
B = 36.88%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7BAFD (or 0xF7BAFD) is known color: Mauve. HEX triplet: F7, BA and FD. RGB value is (247,186,253). Sum of RGB (Red+Green+Blue) = 247+186+253=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFD is #084502. Grayscale: #D3D3D3. Windows color (decimal): -541955 or 16628471. OLE color: 16628471.

HSL color Cylindrical-coordinate representation of color #F7BAFD: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BAFD is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 186 253 -
CMYK 0.02 0.26 0 0.01
HSL 294.63º 0.94% 0.86% -
HSV(B) 294.63º 0.26% 0.99% -
XYZ 73.65 61.98 101.01 -
YUV 211.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 247 186 253 0.02 0.26 0 0.01 294.63 0.94 0.86
Hex F7 BA FD 2 1A 0 1 127 5E 56
Octal 367 272 375 2 32 0 1 447 136 126
Binary 11110111 10111010 11111101 10 11010 0 1 100100111 1011110 1010110

Color Harmonies of #F7BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAFD

Black with #F7BAFD

Text Example


Text Example

White with #F7BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAFD; }

 p { color: rgb(247,186,253); }

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

background-color css

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

 a { background-color: rgb(247,186,253); }

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

border-color css

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

 span { border-color: rgb(247,186,253); }

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