#FEB9F1

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

Shades of Lavender Rose #FEB9F1

Tints of Lavender Rose #FEB9F1

Color information

#FEB9F1 (or 0xFEB9F1) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and F1. RGB value is (254,185,241). Sum of RGB (Red+Green+Blue) = 254+185+241=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9F1 is #01460E. Grayscale: #D3D3D3. Windows color (decimal): -83471 or 15841790. OLE color: 15841790.

HSL color Cylindrical-coordinate representation of color #FEB9F1: hue angle of 311.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9F1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254185241-
CMYK00.270.050.00
HSL311.3º97.18%86.08%-
HSV(B)311.3º27.17%99.61%-
XYZ74.162.1291.3-
YUV212.02144.36157.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 185 (72.66% from 255) = 27.21%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=37.35%
G=27.21%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418524100.270.050.00311.397.1886.08
HexFEB9F101B501376156
Octal37627136103350467141126
Binary111111101011100111110001011011101010011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9F1; }

 p { color: rgb(254,185,241); }

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

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

 a { background-color: rgb(254,185,241); }

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

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

 span { border-color: rgb(254,185,241); }

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