#FFB3EC

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

Shades of Lavender Rose #FFB3EC

Tints of Lavender Rose #FFB3EC

Color information

#FFB3EC (or 0xFFB3EC) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and EC. RGB value is (255,179,236). Sum of RGB (Red+Green+Blue) = 255+179+236=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 179 (70.31% from 255 or 26.72% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EC is #004C13. Grayscale: #D0D0D0. Windows color (decimal): -19476 or 15512575. OLE color: 15512575.

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

Color convert

RGB255179236-
CMYK00.300.070
HSL315º100%85.1%-
HSV(B)315º29.8%100%-
XYZ72.559.5687.03-
YUV208.22143.68161.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 179 (70.31% from 255) = 26.72%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=38.06%
G=26.72%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517923600.300.07031510085.1
HexFFB3EC01E7013b6455
Octal37726335403670473144125
Binary111111111011001111101100011110111010011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3EC; }

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

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

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

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

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

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

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

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