#FC9EDA

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

Shades of Lavender Rose #FC9EDA

Tints of Lavender Rose #FC9EDA

Color information

#FC9EDA (or 0xFC9EDA) is unknown color: approx Lavender Rose. HEX triplet: FC, 9E and DA. RGB value is (252,158,218). Sum of RGB (Red+Green+Blue) = 252+158+218=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDA is #036125. Grayscale: #C0C0C0. Windows color (decimal): -221478 or 14327548. OLE color: 14327548.

HSL color Cylindrical-coordinate representation of color #FC9EDA: hue angle of 321.7º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EDA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252158218-
CMYK00.370.130.01
HSL321.7º94%80.39%-
HSV(B)321.7º37.3%98.82%-
XYZ65.0350.2172.59-
YUV192.95142.14170.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 158 (62.11% from 255) = 25.16%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=40.13%
G=25.16%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215821800.370.130.01321.79480.39
HexFC9EDA025D11425e50
Octal374236332045151502136120
Binary11111100100111101101101001001011101110100001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EDA; }

 p { color: rgb(252,158,218); }

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

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

 a { background-color: rgb(252,158,218); }

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

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

 span { border-color: rgb(252,158,218); }

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