#FC90DD

Color #FC90DD Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FC90DD

Tints of Lavender Rose #FC90DD

Color information

#FC90DD (or 0xFC90DD) is unknown color: approx Lavender Rose. HEX triplet: FC, 90 and DD. RGB value is (252,144,221). Sum of RGB (Red+Green+Blue) = 252+144+221=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DD is #036F22. Grayscale: #B8B8B8. Windows color (decimal): -225059 or 14520572. OLE color: 14520572.

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

Color convert

RGB252144221-
CMYK00.430.120.01
HSL317.22º94.74%77.65%-
HSV(B)317.22º42.86%98.82%-
XYZ63.1745.8673.93-
YUV185.07148.28175.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=40.84%
G=23.34%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214422100.430.120.01317.2294.7477.65
HexFC90DD02BC113d5f4e
Octal374220335053141475137116
Binary11111100100100001101110101010111100110011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90DD; }

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

 H1.HeaderClassName
 {
   color: #FC90DD;
 }
 .AnyTagClassName
 {
   color: #FC90DD;
 }
</style>
background-color css

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

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

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

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

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

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