#FEBDFA

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

Shades of Lavender Rose #FEBDFA

Tints of Lavender Rose #FEBDFA

Color information

#FEBDFA (or 0xFEBDFA) is unknown color: approx Lavender Rose. HEX triplet: FE, BD and FA. RGB value is (254,189,250). Sum of RGB (Red+Green+Blue) = 254+189+250=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 189 (74.22% from 255 or 27.27% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDFA is #014205. Grayscale: #D7D7D7. Windows color (decimal): -82438 or 16432638. OLE color: 16432638.

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

Color convert

RGB254189250-
CMYK00.260.020.00
HSL303.69º97.01%86.86%-
HSV(B)303.69º25.59%99.61%-
XYZ76.3364.3798.84-
YUV215.39147.53155.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 189 (74.22% from 255) = 27.27%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=36.65%
G=27.27%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418925000.260.020.00303.6997.0186.86
HexFEBDFA01A201306157
Octal37627537203220460141127
Binary11111110101111011111101001101010010011000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDFA; }

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

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

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

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

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

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

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

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