Html Css Color HEX #FC90DF Pale Magenta

📋 copy color: '#FC90DF'

red 252 ◦ green 144 ◦ blue 223

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

Shades of Pale Magenta #FC90DF

Tints of Pale Magenta #FC90DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 40.71%
G = 23.26%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC90DF (or 0xFC90DF) is known color: Pale Magenta. HEX triplet: FC, 90 and DF. RGB value is (252,144,223). Sum of RGB (Red+Green+Blue) = 252+144+223=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DF is #036F20. Grayscale: #B9B9B9. Windows color (decimal): -225057 or 14651644. OLE color: 14651644.

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

Color convert

RGB 252 144 223 -
CMYK 0 0.43 0.12 0.01
HSL 316.11º 0.95% 0.78% -
HSV(B) 316.11º 0.43% 0.99% -
XYZ 63.44 45.97 75.34 -
YUV 185.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 252 144 223 0 0.43 0.12 0.01 316.11 0.95 0.78
Hex FC 90 DF 0 2B C 1 13C 5F 4E
Octal 374 220 337 0 53 14 1 474 137 116
Binary 11111100 10010000 11011111 0 101011 1100 1 100111100 1011111 1001110

Color Harmonies of #FC90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90DF

Black with #FC90DF

Text Example


Text Example

White with #FC90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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