Html Css Color HEX #F5ADFC Mauve

📋 copy color: '#F5ADFC'

red 245 ◦ green 173 ◦ blue 252

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

Shades of Mauve #F5ADFC

Tints of Mauve #F5ADFC

RGB

 RED value IS 245 (96.09% from 255) = 36.57%

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

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

R = 36.57%
G = 25.82%
B = 37.61%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5ADFC (or 0xF5ADFC) is known color: Mauve. HEX triplet: F5, AD and FC. RGB value is (245,173,252). Sum of RGB (Red+Green+Blue) = 245+173+252=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFC is #0A5203. Grayscale: #CBCBCB. Windows color (decimal): -676356 or 16559605. OLE color: 16559605.

HSL color Cylindrical-coordinate representation of color #F5ADFC: hue angle of 294.68º 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 #F5ADFC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 173 252 -
CMYK 0.03 0.31 0 0.01
HSL 294.68º 0.93% 0.83% -
HSV(B) 294.68º 0.31% 0.99% -
XYZ 70.17 56.33 99.27 -
YUV 203.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 245 173 252 0.03 0.31 0 0.01 294.68 0.93 0.83
Hex F5 AD FC 3 1F 0 1 127 5D 53
Octal 365 255 374 3 37 0 1 447 135 123
Binary 11110101 10101101 11111100 11 11111 0 1 100100111 1011101 1010011

Color Harmonies of #F5ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADFC

Black with #F5ADFC

Text Example


Text Example

White with #F5ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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