Html Css Color HEX #FC90AF Mauvelous

📋 copy color: '#FC90AF'

red 252 ◦ green 144 ◦ blue 175

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

Shades of Mauvelous #FC90AF

Tints of Mauvelous #FC90AF

RGB

 RED value IS 252 (98.83% from 255) = 44.13%

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

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

R = 44.13%
G = 25.22%
B = 30.65%

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

#FC90AF (or 0xFC90AF) is known color: Mauvelous. HEX triplet: FC, 90 and AF. RGB value is (252,144,175). Sum of RGB (Red+Green+Blue) = 252+144+175=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90AF is #036F50. Grayscale: #B3B3B3. Windows color (decimal): -225105 or 11505916. OLE color: 11505916.

HSL color Cylindrical-coordinate representation of color #FC90AF: hue angle of 342.78º degrees, saturation: 0.95, 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 #FC90AF is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 175 -
CMYK 0 0.43 0.31 0.01
HSL 342.78º 0.95% 0.78% -
HSV(B) 342.78º 0.43% 0.99% -
XYZ 57.86 43.74 45.95 -
YUV 179.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 252 144 175 0 0.43 0.31 0.01 342.78 0.95 0.78
Hex FC 90 AF 0 2B 1F 1 157 5F 4E
Octal 374 220 257 0 53 37 1 527 137 116
Binary 11111100 10010000 10101111 0 101011 11111 1 101010111 1011111 1001110

Color Harmonies of #FC90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90AF

Black with #FC90AF

Text Example


Text Example

White with #FC90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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