Html Css Color HEX #FD94A8 Mauvelous

📋 copy color: '#FD94A8'

red 253 ◦ green 148 ◦ blue 168

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

Shades of Mauvelous #FD94A8

Tints of Mauvelous #FD94A8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.01%

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

R = 44.46%
G = 26.01%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD94A8 (or 0xFD94A8) is known color: Mauvelous. HEX triplet: FD, 94 and A8. RGB value is (253,148,168). Sum of RGB (Red+Green+Blue) = 253+148+168=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD94A8 is #026B57. Grayscale: #B5B5B5. Windows color (decimal): -158552 or 11048189. OLE color: 11048189.

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

Color convert

RGB 253 148 168 -
CMYK 0 0.42 0.34 0.01
HSL 348.57º 0.96% 0.79% -
HSV(B) 348.57º 0.42% 0.99% -
XYZ 58.17 44.89 42.64 -
YUV 181.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 253 148 168 0 0.42 0.34 0.01 348.57 0.96 0.79
Hex FD 94 A8 0 2A 22 1 15D 60 4F
Octal 375 224 250 0 52 42 1 535 140 117
Binary 11111101 10010100 10101000 0 101010 100010 1 101011101 1100000 1001111

Color Harmonies of #FD94A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD94A8

Black with #FD94A8

Text Example


Text Example

White with #FD94A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD94A8; }

 p { color: rgb(253,148,168); }

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

background-color css

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

 a { background-color: rgb(253,148,168); }

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

border-color css

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

 span { border-color: rgb(253,148,168); }

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