#FF9CEB

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

Shades of Lavender Rose #FF9CEB

Tints of Lavender Rose #FF9CEB

Color information

#FF9CEB (or 0xFF9CEB) is unknown color: approx Lavender Rose. HEX triplet: FF, 9C and EB. RGB value is (255,156,235). Sum of RGB (Red+Green+Blue) = 255+156+235=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 156 (61.33% from 255 or 24.15% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CEB is #006314. Grayscale: #C2C2C2. Windows color (decimal): -25365 or 15441151. OLE color: 15441151.

HSL color Cylindrical-coordinate representation of color #FF9CEB: hue angle of 312.12º 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 #FF9CEB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255156235-
CMYK00.390.080
HSL312.12º100%80.59%-
HSV(B)312.12º38.82%100%-
XYZ68.1251.0484.86-
YUV194.61150.8171.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 156 (61.33% from 255) = 24.15%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=39.47%
G=24.15%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515623500.390.080312.1210080.59
HexFF9CEB027801386451
Octal377234353047100470144121
Binary11111111100111001110101101001111000010011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CEB; }

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

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

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

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

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

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

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

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