Html Css Color HEX #FD90AF Mauvelous

📋 copy color: '#FD90AF'

red 253 ◦ green 144 ◦ blue 175

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

Shades of Mauvelous #FD90AF

Tints of Mauvelous #FD90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.17%

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 44.23%
G = 25.17%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD90AF (or 0xFD90AF) is known color: Mauvelous. HEX triplet: FD, 90 and AF. RGB value is (253,144,175). Sum of RGB (Red+Green+Blue) = 253+144+175=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90AF is #026F50. Grayscale: #B4B4B4. Windows color (decimal): -159569 or 11505917. OLE color: 11505917.

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

Color convert

RGB 253 144 175 -
CMYK 0 0.43 0.31 0.01
HSL 342.94º 0.96% 0.78% -
HSV(B) 342.94º 0.43% 0.99% -
XYZ 58.22 43.92 45.97 -
YUV 180.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 253 144 175 0 0.43 0.31 0.01 342.94 0.96 0.78
Hex FD 90 AF 0 2B 1F 1 157 60 4E
Octal 375 220 257 0 53 37 1 527 140 116
Binary 11111101 10010000 10101111 0 101011 11111 1 101010111 1100000 1001110

Color Harmonies of #FD90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90AF

Black with #FD90AF

Text Example


Text Example

White with #FD90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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