#FEB8F9

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

Shades of Lavender Rose #FEB8F9

Tints of Lavender Rose #FEB8F9

Color information

#FEB8F9 (or 0xFEB8F9) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and F9. RGB value is (254,184,249). Sum of RGB (Red+Green+Blue) = 254+184+249=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F9 is #014706. Grayscale: #D4D4D4. Windows color (decimal): -83719 or 16365822. OLE color: 16365822.

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

Color convert

RGB254184249-
CMYK00.280.020.00
HSL304.29º97.22%85.88%-
HSV(B)304.29º27.56%99.61%-
XYZ75.1162.1997.67-
YUV212.34148.69157.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 184 (72.27% from 255) = 26.78%
BLUE value IS 249 (97.66% from 255) = 36.24%
R=36.97%
G=26.78%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418424900.280.020.00304.2997.2285.88
HexFEB8F901C201306156
Octal37627037103420460141126
Binary11111110101110001111100101110010010011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8F9; }

 p { color: rgb(254,184,249); }

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

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

 a { background-color: rgb(254,184,249); }

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

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

 span { border-color: rgb(254,184,249); }

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