Html Css Color HEX #F8AFFD Mauve

📋 copy color: '#F8AFFD'

red 248 ◦ green 175 ◦ blue 253

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

Shades of Mauve #F8AFFD

Tints of Mauve #F8AFFD

RGB

 RED value IS 248 (97.27% from 255) = 36.69%

 GREEN value IS 175 (68.75% from 255) = 25.89%

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

R = 36.69%
G = 25.89%
B = 37.43%

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

#F8AFFD (or 0xF8AFFD) is known color: Mauve. HEX triplet: F8, AF and FD. RGB value is (248,175,253). Sum of RGB (Red+Green+Blue) = 248+175+253=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFFD is #075002. Grayscale: #CDCDCD. Windows color (decimal): -479235 or 16625656. OLE color: 16625656.

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

Color convert

RGB 248 175 253 -
CMYK 0.02 0.31 0 0.01
HSL 296.15º 0.95% 0.84% -
HSV(B) 296.15º 0.31% 0.99% -
XYZ 71.77 57.71 100.28 -
YUV 205.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 248 175 253 0.02 0.31 0 0.01 296.15 0.95 0.84
Hex F8 AF FD 2 1F 0 1 128 5F 54
Octal 370 257 375 2 37 0 1 450 137 124
Binary 11111000 10101111 11111101 10 11111 0 1 100101000 1011111 1010100

Color Harmonies of #F8AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFFD

Black with #F8AFFD

Text Example


Text Example

White with #F8AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFFD; }

 p { color: rgb(248,175,253); }

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

background-color css

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

 a { background-color: rgb(248,175,253); }

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

border-color css

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

 span { border-color: rgb(248,175,253); }

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