#FEBDF3

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

Shades of Lavender Rose #FEBDF3

Tints of Lavender Rose #FEBDF3

Color information

#FEBDF3 (or 0xFEBDF3) is unknown color: approx Lavender Rose. HEX triplet: FE, BD and F3. RGB value is (254,189,243). Sum of RGB (Red+Green+Blue) = 254+189+243=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF3 is #01420C. Grayscale: #D6D6D6. Windows color (decimal): -82445 or 15973886. OLE color: 15973886.

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

Color convert

RGB254189243-
CMYK00.260.040.00
HSL310.15º97.01%86.86%-
HSV(B)310.15º25.59%99.61%-
XYZ75.2563.9493.17-
YUV214.59144.03156.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 189 (74.22% from 255) = 27.55%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=37.03%
G=27.55%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418924300.260.040.00310.1597.0186.86
HexFEBDF301A401366157
Octal37627536303240466141127
Binary111111101011110111110011011010100010011011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDF3; }

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

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

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

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

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

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

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

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