#FEBFF9

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

Shades of Lavender Rose #FEBFF9

Tints of Lavender Rose #FEBFF9

Color information

#FEBFF9 (or 0xFEBFF9) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and F9. RGB value is (254,191,249). Sum of RGB (Red+Green+Blue) = 254+191+249=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF9 is #014006. Grayscale: #D8D8D8. Windows color (decimal): -81927 or 16367614. OLE color: 16367614.

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

Color convert

RGB254191249-
CMYK00.250.020.00
HSL304.76º96.92%87.25%-
HSV(B)304.76º24.8%99.61%-
XYZ76.665.1798.16-
YUV216.45146.37154.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 191 (75% from 255) = 27.52%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=36.60%
G=27.52%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419124900.250.020.00304.7696.9287.25
HexFEBFF9019201316157
Octal37627737103120461141127
Binary11111110101111111111100101100110010011000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFF9; }

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

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

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

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

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

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

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

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