#FEB3F6

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

Shades of Lavender Rose #FEB3F6

Tints of Lavender Rose #FEB3F6

Color information

#FEB3F6 (or 0xFEB3F6) is unknown color: approx Lavender Rose. HEX triplet: FE, B3 and F6. RGB value is (254,179,246). Sum of RGB (Red+Green+Blue) = 254+179+246=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 179 (70.31% from 255 or 26.36% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3F6 is #014C09. Grayscale: #D0D0D0. Windows color (decimal): -85002 or 16167934. OLE color: 16167934.

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

Color convert

RGB254179246-
CMYK00.300.030.00
HSL306.4º97.4%84.9%-
HSV(B)306.4º29.53%99.61%-
XYZ73.6359.9694.88-
YUV209.06148.85160.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 179 (70.31% from 255) = 26.36%
BLUE value IS 246 (96.48% from 255) = 36.23%
R=37.41%
G=26.36%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417924600.300.030.00306.497.484.9
HexFEB3F601E301326155
Octal37626336603630462141125
Binary11111110101100111111011001111011010011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3F6; }

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

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

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

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

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

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

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

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