Html Css Color HEX #F2AFFD Mauve

📋 copy color: '#F2AFFD'

red 242 ◦ green 175 ◦ blue 253

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

Shades of Mauve #F2AFFD

Tints of Mauve #F2AFFD

RGB

 RED value IS 242 (94.92% from 255) = 36.12%

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

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

R = 36.12%
G = 26.12%
B = 37.76%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2AFFD (or 0xF2AFFD) is known color: Mauve. HEX triplet: F2, AF and FD. RGB value is (242,175,253). Sum of RGB (Red+Green+Blue) = 242+175+253=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFD is #0D5002. Grayscale: #CBCBCB. Windows color (decimal): -872451 or 16625650. OLE color: 16625650.

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

Color convert

RGB 242 175 253 -
CMYK 0.04 0.31 0 0.01
HSL 291.54º 0.95% 0.84% -
HSV(B) 291.54º 0.31% 0.99% -
XYZ 69.68 56.63 100.19 -
YUV 203.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 242 175 253 0.04 0.31 0 0.01 291.54 0.95 0.84
Hex F2 AF FD 4 1F 0 1 124 5F 54
Octal 362 257 375 4 37 0 1 444 137 124
Binary 11110010 10101111 11111101 100 11111 0 1 100100100 1011111 1010100

Color Harmonies of #F2AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFFD

Black with #F2AFFD

Text Example


Text Example

White with #F2AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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