#FDBEFA

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

Shades of Lavender Rose #FDBEFA

Tints of Lavender Rose #FDBEFA

Color information

#FDBEFA (or 0xFDBEFA) is unknown color: approx Lavender Rose. HEX triplet: FD, BE and FA. RGB value is (253,190,250). Sum of RGB (Red+Green+Blue) = 253+190+250=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEFA is #024105. Grayscale: #D7D7D7. Windows color (decimal): -147718 or 16432893. OLE color: 16432893.

HSL color Cylindrical-coordinate representation of color #FDBEFA: hue angle of 302.86º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEFA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253190250-
CMYK00.250.010.01
HSL302.86º94.03%86.86%-
HSV(B)302.86º24.9%99.22%-
XYZ76.1864.6198.9-
YUV215.68147.37154.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 190 (74.61% from 255) = 27.42%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=36.51%
G=27.42%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319025000.250.010.01302.8694.0386.86
HexFDBEFA0191112f5e57
Octal37527637203111457136127
Binary1111110110111110111110100110011110010111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEFA; }

 p { color: rgb(253,190,250); }

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

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

 a { background-color: rgb(253,190,250); }

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

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

 span { border-color: rgb(253,190,250); }

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