#FEBEF9

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

Shades of Lavender Rose #FEBEF9

Tints of Lavender Rose #FEBEF9

Color information

#FEBEF9 (or 0xFEBEF9) is unknown color: approx Lavender Rose. HEX triplet: FE, BE and F9. RGB value is (254,190,249). Sum of RGB (Red+Green+Blue) = 254+190+249=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF9 is #014106. Grayscale: #D7D7D7. Windows color (decimal): -82183 or 16367358. OLE color: 16367358.

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

Color convert

RGB254190249-
CMYK00.250.020.00
HSL304.69º96.97%87.06%-
HSV(B)304.69º25.2%99.61%-
XYZ76.3964.7498.09-
YUV215.86146.7155.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 190 (74.61% from 255) = 27.42%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=36.65%
G=27.42%
B=35.93%

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
Decimal25419024900.250.020.00304.6996.9787.06
HexFEBEF9019201316157
Octal37627637103120461141127
Binary11111110101111101111100101100110010011000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEF9; }

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

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

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

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

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

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

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

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