#FEB1F6

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

Shades of Lavender Rose #FEB1F6

Tints of Lavender Rose #FEB1F6

Color information

#FEB1F6 (or 0xFEB1F6) is unknown color: approx Lavender Rose. HEX triplet: FE, B1 and F6. RGB value is (254,177,246). Sum of RGB (Red+Green+Blue) = 254+177+246=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 177 (69.53% from 255 or 26.14% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1F6 is #014E09. Grayscale: #CFCFCF. Windows color (decimal): -85514 or 16167422. OLE color: 16167422.

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

Color convert

RGB254177246-
CMYK00.300.030.00
HSL306.23º97.47%84.51%-
HSV(B)306.23º30.31%99.61%-
XYZ73.2359.1794.75-
YUV207.89149.51160.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 177 (69.53% from 255) = 26.14%
BLUE value IS 246 (96.48% from 255) = 36.34%
R=37.52%
G=26.14%
B=36.34%

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
Decimal25417724600.300.030.00306.2397.4784.51
HexFEB1F601E301326155
Octal37626136603630462141125
Binary11111110101100011111011001111011010011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1F6; }

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

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

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

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

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

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

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

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