#FF9CEC

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

Shades of Lavender Rose #FF9CEC

Tints of Lavender Rose #FF9CEC

Color information

#FF9CEC (or 0xFF9CEC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and EC. RGB value is (255,156,236). Sum of RGB (Red+Green+Blue) = 255+156+236=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 156 (61.33% from 255 or 24.11% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CEC is #006313. Grayscale: #C2C2C2. Windows color (decimal): -25364 or 15506687. OLE color: 15506687.

HSL color Cylindrical-coordinate representation of color #FF9CEC: hue angle of 311.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CEC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255156236-
CMYK00.390.070
HSL311.52º100%80.59%-
HSV(B)311.52º38.82%100%-
XYZ68.2751.0985.62-
YUV194.72151.3171-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 156 (61.33% from 255) = 24.11%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=39.41%
G=24.11%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515623600.390.070311.5210080.59
HexFF9CEC027701386451
Octal37723435404770470144121
Binary1111111110011100111011000100111111010011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CEC; }

 p { color: rgb(255,156,236); }

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

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

 a { background-color: rgb(255,156,236); }

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

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

 span { border-color: rgb(255,156,236); }

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