#FEBFED

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

Shades of Lavender Rose #FEBFED

Tints of Lavender Rose #FEBFED

Color information

#FEBFED (or 0xFEBFED) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and ED. RGB value is (254,191,237). Sum of RGB (Red+Green+Blue) = 254+191+237=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFED is #014012. Grayscale: #D6D6D6. Windows color (decimal): -81939 or 15581182. OLE color: 15581182.

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

Color convert

RGB254191237-
CMYK00.250.070.00
HSL316.19º96.92%87.25%-
HSV(B)316.19º24.8%99.61%-
XYZ74.7964.4588.62-
YUV215.08140.37155.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 191 (75% from 255) = 28.01%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=37.24%
G=28.01%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419123700.250.070.00316.1996.9287.25
HexFEBFED0197013c6157
Octal37627735503170474141127
Binary111111101011111111101101011001111010011110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFED; }

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

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

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

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

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

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

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

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