#FEB3FF

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

Shades of Lavender Rose #FEB3FF

Tints of Lavender Rose #FEB3FF

Color information

#FEB3FF (or 0xFEB3FF) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and FF. RGB value is (254,179,255). Sum of RGB (Red+Green+Blue) = 254+179+255=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 179 (70.31% from 255 or 26.02% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3FF is #014C00. Grayscale: #D1D1D1. Windows color (decimal): -84993 or 16757758. OLE color: 16757758.

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

Color convert

RGB254179255-
CMYK0.000.3000
HSL299.21º100%85.1%-
HSV(B)299.21º29.8%100%-
XYZ75.0460.53102.34-
YUV210.09153.35159.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 179 (70.31% from 255) = 26.02%
BLUE value IS 255 (100% from 255) = 37.06%
R=36.92%
G=26.02%
B=37.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541792550.000.3000299.2110085.1
HexFEB3FF01E0012b6455
Octal37626337703600453144125
Binary1111111010110011111111110111100010010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3FF; }

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

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

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

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

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

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

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

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