Html Css Color HEX #FF9DA8 Mauvelous

📋 copy color: '#FF9DA8'

red 255 ◦ green 157 ◦ blue 168

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

Shades of Mauvelous #FF9DA8

Tints of Mauvelous #FF9DA8

RGB

 RED value IS 255 (100% from 255) = 43.97%

 GREEN value IS 157 (61.72% from 255) = 27.07%

 BLUE value IS 168 (66.02% from 255) = 28.97%

R = 43.97%
G = 27.07%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF9DA8 (or 0xFF9DA8) is known color: Mauvelous. HEX triplet: FF, 9D and A8. RGB value is (255,157,168). Sum of RGB (Red+Green+Blue) = 255+157+168=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DA8 is #006257. Grayscale: #BBBBBB. Windows color (decimal): -25176 or 11050495. OLE color: 11050495.

HSL color Cylindrical-coordinate representation of color #FF9DA8: hue angle of 353.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DA8 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 157 168 -
CMYK 0 0.38 0.34 0
HSL 353.27º 1% 0.81% -
HSV(B) 353.27º 0.38% 1% -
XYZ 60.36 48.2 43.17 -
YUV 187.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 255 157 168 0 0.38 0.34 0 353.27 1 0.81
Hex FF 9D A8 0 26 22 0 161 64 51
Octal 377 235 250 0 46 42 0 541 144 121
Binary 11111111 10011101 10101000 0 100110 100010 0 101100001 1100100 1010001

Color Harmonies of #FF9DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9DA8

Black with #FF9DA8

Text Example


Text Example

White with #FF9DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9DA8; }

 p { color: rgb(255,157,168); }

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

background-color css

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

 a { background-color: rgb(255,157,168); }

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

border-color css

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

 span { border-color: rgb(255,157,168); }

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