Html Css Color HEX #FD95A5 Mauvelous

📋 copy color: '#FD95A5'

red 253 ◦ green 149 ◦ blue 165

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

Shades of Mauvelous #FD95A5

Tints of Mauvelous #FD95A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.1%

R = 44.62%
G = 26.28%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FD95A5 (or 0xFD95A5) is known color: Mauvelous. HEX triplet: FD, 95 and A5. RGB value is (253,149,165). Sum of RGB (Red+Green+Blue) = 253+149+165=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD95A5 is #026A5A. Grayscale: #B5B5B5. Windows color (decimal): -158299 or 10851837. OLE color: 10851837.

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

Color convert

RGB 253 149 165 -
CMYK 0 0.41 0.35 0.01
HSL 350.77º 0.96% 0.79% -
HSV(B) 350.77º 0.41% 0.99% -
XYZ 58.05 45.09 41.24 -
YUV 181.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 253 149 165 0 0.41 0.35 0.01 350.77 0.96 0.79
Hex FD 95 A5 0 29 23 1 15F 60 4F
Octal 375 225 245 0 51 43 1 537 140 117
Binary 11111101 10010101 10100101 0 101001 100011 1 101011111 1100000 1001111

Color Harmonies of #FD95A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD95A5

Black with #FD95A5

Text Example


Text Example

White with #FD95A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD95A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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