#FEBDFD

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

Shades of Lavender Rose #FEBDFD

Tints of Lavender Rose #FEBDFD

Color information

#FEBDFD (or 0xFEBDFD) is unknown color: approx Lavender Rose. HEX triplet: FE, BD and FD. RGB value is (254,189,253). Sum of RGB (Red+Green+Blue) = 254+189+253=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 189 (74.22% from 255 or 27.16% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDFD is #014202. Grayscale: #D7D7D7. Windows color (decimal): -82435 or 16629246. OLE color: 16629246.

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

Color convert

RGB254189253-
CMYK00.260.000.00
HSL300.92º97.01%86.86%-
HSV(B)300.92º25.59%99.61%-
XYZ76.864.56101.34-
YUV215.73149.03155.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 189 (74.22% from 255) = 27.16%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=36.49%
G=27.16%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418925300.260.000.00300.9297.0186.86
HexFEBDFD01A0012d6157
Octal37627537503200455141127
Binary1111111010111101111111010110100010010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDFD; }

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

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

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

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

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

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

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

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