#FDB9FE

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

Shades of Lavender Rose #FDB9FE

Tints of Lavender Rose #FDB9FE

Color information

#FDB9FE (or 0xFDB9FE) is unknown color: approx Lavender Rose. HEX triplet: FD, B9 and FE. RGB value is (253,185,254). Sum of RGB (Red+Green+Blue) = 253+185+254=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 185 (72.66% from 255 or 26.73% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9FE is #024601. Grayscale: #D4D4D4. Windows color (decimal): -148994 or 16693757. OLE color: 16693757.

HSL color Cylindrical-coordinate representation of color #FDB9FE: hue angle of 299.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9FE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253185254-
CMYK0.000.2700.00
HSL299.13º97.18%86.08%-
HSV(B)299.13º27.17%99.61%-
XYZ75.7562.74101.88-
YUV213.2151.03156.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 185 (72.66% from 255) = 26.73%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=36.56%
G=26.73%
B=36.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531852540.000.2700.00299.1397.1886.08
HexFDB9FE01B0012b6156
Octal37527137603300453141126
Binary1111110110111001111111100110110010010101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9FE; }

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

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

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

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

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

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

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

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