#FC9CED

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

Shades of Lavender Rose #FC9CED

Tints of Lavender Rose #FC9CED

Color information

#FC9CED (or 0xFC9CED) is unknown color: approx Lavender Rose. HEX triplet: FC, 9C and ED. RGB value is (252,156,237). Sum of RGB (Red+Green+Blue) = 252+156+237=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CED is #036312. Grayscale: #C1C1C1. Windows color (decimal): -221971 or 15572220. OLE color: 15572220.

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

Color convert

RGB252156237-
CMYK00.380.060.01
HSL309.38º94.12%80%-
HSV(B)309.38º38.1%98.82%-
XYZ67.3250.5986.34-
YUV193.94152.3169.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 156 (61.33% from 255) = 24.19%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=39.07%
G=24.19%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215623700.380.060.01309.3894.1280
HexFC9CED026611355e50
Octal37423435504661465136120
Binary1111110010011100111011010100110110110011010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CED; }

 p { color: rgb(252,156,237); }

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

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

 a { background-color: rgb(252,156,237); }

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

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

 span { border-color: rgb(252,156,237); }

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