Html Css Color HEX #F5ADFD Mauve

📋 copy color: '#F5ADFD'

red 245 ◦ green 173 ◦ blue 253

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

Shades of Mauve #F5ADFD

Tints of Mauve #F5ADFD

RGB

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

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

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

R = 36.51%
G = 25.78%
B = 37.7%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5ADFD (or 0xF5ADFD) is known color: Mauve. HEX triplet: F5, AD and FD. RGB value is (245,173,253). Sum of RGB (Red+Green+Blue) = 245+173+253=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFD is #0A5202. Grayscale: #CBCBCB. Windows color (decimal): -676355 or 16625141. OLE color: 16625141.

HSL color Cylindrical-coordinate representation of color #F5ADFD: hue angle of 294º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5ADFD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 173 253 -
CMYK 0.03 0.32 0 0.01
HSL 294º 0.95% 0.84% -
HSV(B) 294º 0.32% 0.99% -
XYZ 70.33 56.39 100.11 -
YUV 203.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 245 173 253 0.03 0.32 0 0.01 294 0.95 0.84
Hex F5 AD FD 3 20 0 1 126 5F 54
Octal 365 255 375 3 40 0 1 446 137 124
Binary 11110101 10101101 11111101 11 100000 0 1 100100110 1011111 1010100

Color Harmonies of #F5ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADFD

Black with #F5ADFD

Text Example


Text Example

White with #F5ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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