#FEBDEE

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

Shades of Lavender Rose #FEBDEE

Tints of Lavender Rose #FEBDEE

Color information

#FEBDEE (or 0xFEBDEE) is unknown color: approx Lavender Rose. HEX triplet: FE, BD and EE. RGB value is (254,189,238). Sum of RGB (Red+Green+Blue) = 254+189+238=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDEE is #014211. Grayscale: #D5D5D5. Windows color (decimal): -82450 or 15646206. OLE color: 15646206.

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

Color convert

RGB254189238-
CMYK00.260.060.00
HSL314.77º97.01%86.86%-
HSV(B)314.77º25.59%99.61%-
XYZ74.563.6489.25-
YUV214.02141.53156.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 189 (74.22% from 255) = 27.75%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=37.30%
G=27.75%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418923800.260.060.00314.7797.0186.86
HexFEBDEE01A6013b6157
Octal37627535603260473141127
Binary111111101011110111101110011010110010011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDEE; }

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

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

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

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

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

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

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

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