Html Css Color HEX #FD95A9 Mauvelous

📋 copy color: '#FD95A9'

red 253 ◦ green 149 ◦ blue 169

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

Shades of Mauvelous #FD95A9

Tints of Mauvelous #FD95A9

RGB

 RED value IS 253 (99.22% from 255) = 44.31%

 GREEN value IS 149 (58.59% from 255) = 26.09%

 BLUE value IS 169 (66.41% from 255) = 29.6%

R = 44.31%
G = 26.09%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FD95A9 (or 0xFD95A9) is known color: Mauvelous. HEX triplet: FD, 95 and A9. RGB value is (253,149,169). Sum of RGB (Red+Green+Blue) = 253+149+169=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD95A9 is #026A56. Grayscale: #B6B6B6. Windows color (decimal): -158295 or 11113981. OLE color: 11113981.

HSL color Cylindrical-coordinate representation of color #FD95A9: hue angle of 348.46º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD95A9 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 149 169 -
CMYK 0 0.41 0.33 0.01
HSL 348.46º 0.96% 0.79% -
HSV(B) 348.46º 0.41% 0.99% -
XYZ 58.42 45.24 43.19 -
YUV 182.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 253 149 169 0 0.41 0.33 0.01 348.46 0.96 0.79
Hex FD 95 A9 0 29 21 1 15C 60 4F
Octal 375 225 251 0 51 41 1 534 140 117
Binary 11111101 10010101 10101001 0 101001 100001 1 101011100 1100000 1001111

Color Harmonies of #FD95A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD95A9

Black with #FD95A9

Text Example


Text Example

White with #FD95A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD95A9; }

 p { color: rgb(253,149,169); }

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

background-color css

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

 a { background-color: rgb(253,149,169); }

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

border-color css

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

 span { border-color: rgb(253,149,169); }

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