#FFB3EF

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

Shades of Lavender Rose #FFB3EF

Tints of Lavender Rose #FFB3EF

Color information

#FFB3EF (or 0xFFB3EF) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and EF. RGB value is (255,179,239). Sum of RGB (Red+Green+Blue) = 255+179+239=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EF is #004C10. Grayscale: #D0D0D0. Windows color (decimal): -19473 or 15709183. OLE color: 15709183.

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

Color convert

RGB255179239-
CMYK00.300.060
HSL312.63º100%85.1%-
HSV(B)312.63º29.8%100%-
XYZ72.9459.7389.35-
YUV208.56145.18161.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 179 (70.31% from 255) = 26.60%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=37.89%
G=26.60%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517923900.300.060312.6310085.1
HexFFB3EF01E601396455
Octal37726335703660471144125
Binary111111111011001111101111011110110010011100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3EF; }

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

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

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

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

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

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

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

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