#FC90DE

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

Shades of Lavender Rose #FC90DE

Tints of Lavender Rose #FC90DE

Color information

#FC90DE (or 0xFC90DE) is unknown color: approx Lavender Rose. HEX triplet: FC, 90 and DE. RGB value is (252,144,222). Sum of RGB (Red+Green+Blue) = 252+144+222=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DE is #036F21. Grayscale: #B8B8B8. Windows color (decimal): -225058 or 14586108. OLE color: 14586108.

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

Color convert

RGB252144222-
CMYK00.430.120.01
HSL316.67º94.74%77.65%-
HSV(B)316.67º42.86%98.82%-
XYZ63.345.9274.63-
YUV185.18148.78175.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 144 (56.64% from 255) = 23.30%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=40.78%
G=23.30%
B=35.92%

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
Decimal25214422200.430.120.01316.6794.7477.65
HexFC90DE02BC113d5f4e
Octal374220336053141475137116
Binary11111100100100001101111001010111100110011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90DE; }

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

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

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

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

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

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

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

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