#FC9ED6

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

Shades of Lavender Rose #FC9ED6

Tints of Lavender Rose #FC9ED6

Color information

#FC9ED6 (or 0xFC9ED6) is unknown color: approx Lavender Rose. HEX triplet: FC, 9E and D6. RGB value is (252,158,214). Sum of RGB (Red+Green+Blue) = 252+158+214=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ED6 is #036129. Grayscale: #C0C0C0. Windows color (decimal): -221482 or 14065404. OLE color: 14065404.

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

Color convert

RGB252158214-
CMYK00.370.150.01
HSL324.26º94%80.39%-
HSV(B)324.26º37.3%98.82%-
XYZ64.515069.87-
YUV192.49140.14170.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 158 (62.11% from 255) = 25.32%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=40.38%
G=25.32%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215821400.370.150.01324.269480.39
HexFC9ED6025F11445e50
Octal374236326045171504136120
Binary11111100100111101101011001001011111110100010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9ED6; }

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

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

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

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

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

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

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

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