#FEBDF7

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

Shades of Lavender Rose #FEBDF7

Tints of Lavender Rose #FEBDF7

Color information

#FEBDF7 (or 0xFEBDF7) is unknown color: approx Lavender Rose. HEX triplet: FE, BD and F7. RGB value is (254,189,247). Sum of RGB (Red+Green+Blue) = 254+189+247=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF7 is #014208. Grayscale: #D6D6D6. Windows color (decimal): -82441 or 16236030. OLE color: 16236030.

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

Color convert

RGB254189247-
CMYK00.260.030.00
HSL306.46º97.01%86.86%-
HSV(B)306.46º25.59%99.61%-
XYZ75.8664.1896.39-
YUV215.05146.03155.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 189 (74.22% from 255) = 27.39%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=36.81%
G=27.39%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418924700.260.030.00306.4697.0186.86
HexFEBDF701A301326157
Octal37627536703230462141127
Binary11111110101111011111011101101011010011001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDF7; }

 p { color: rgb(254,189,247); }

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

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

 a { background-color: rgb(254,189,247); }

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

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

 span { border-color: rgb(254,189,247); }

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