#FFB3E8

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

Shades of Lavender Rose #FFB3E8

Tints of Lavender Rose #FFB3E8

Color information

#FFB3E8 (or 0xFFB3E8) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and E8. RGB value is (255,179,232). Sum of RGB (Red+Green+Blue) = 255+179+232=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3E8 is #004C17. Grayscale: #CFCFCF. Windows color (decimal): -19480 or 15250431. OLE color: 15250431.

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

Color convert

RGB255179232-
CMYK00.300.090
HSL318.16º100%85.1%-
HSV(B)318.16º29.8%100%-
XYZ71.9359.3384-
YUV207.77141.68161.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 179 (70.31% from 255) = 26.88%
BLUE value IS 232 (91.02% from 255) = 34.83%
R=38.29%
G=26.88%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517923200.300.090318.1610085.1
HexFFB3E801E9013e6455
Octal377263350036110476144125
Binary1111111110110011111010000111101001010011111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3E8; }

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

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

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

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

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

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

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

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