#FFB3E6

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

Shades of Lavender Rose #FFB3E6

Tints of Lavender Rose #FFB3E6

Color information

#FFB3E6 (or 0xFFB3E6) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and E6. RGB value is (255,179,230). Sum of RGB (Red+Green+Blue) = 255+179+230=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3E6 is #004C19. Grayscale: #CFCFCF. Windows color (decimal): -19482 or 15119359. OLE color: 15119359.

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

Color convert

RGB255179230-
CMYK00.300.100
HSL319.74º100%85.1%-
HSV(B)319.74º29.8%100%-
XYZ71.6459.2182.52-
YUV207.54140.68161.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 179 (70.31% from 255) = 26.96%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=38.40%
G=26.96%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517923000.300.100319.7410085.1
HexFFB3E601EA01406455
Octal377263346036120500144125
Binary1111111110110011111001100111101010010100000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3E6; }

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

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

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

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

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

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

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

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