Html Css Color HEX #F7ADFC Mauve

📋 copy color: '#F7ADFC'

red 247 ◦ green 173 ◦ blue 252

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

Shades of Mauve #F7ADFC

Tints of Mauve #F7ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.74%

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

R = 36.76%
G = 25.74%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7ADFC (or 0xF7ADFC) is known color: Mauve. HEX triplet: F7, AD and FC. RGB value is (247,173,252). Sum of RGB (Red+Green+Blue) = 247+173+252=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADFC is #085203. Grayscale: #CBCBCB. Windows color (decimal): -545284 or 16559607. OLE color: 16559607.

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

Color convert

RGB 247 173 252 -
CMYK 0.02 0.31 0 0.01
HSL 296.2º 0.93% 0.83% -
HSV(B) 296.2º 0.31% 0.99% -
XYZ 70.87 56.69 99.3 -
YUV 204.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 247 173 252 0.02 0.31 0 0.01 296.2 0.93 0.83
Hex F7 AD FC 2 1F 0 1 128 5D 53
Octal 367 255 374 2 37 0 1 450 135 123
Binary 11110111 10101101 11111100 10 11111 0 1 100101000 1011101 1010011

Color Harmonies of #F7ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ADFC

Black with #F7ADFC

Text Example


Text Example

White with #F7ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ADFC; }

 p { color: rgb(247,173,252); }

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

background-color css

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

 a { background-color: rgb(247,173,252); }

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

border-color css

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

 span { border-color: rgb(247,173,252); }

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