#FDB6EC

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

Shades of Lavender Rose #FDB6EC

Tints of Lavender Rose #FDB6EC

Color information

#FDB6EC (or 0xFDB6EC) is unknown color: approx Lavender Rose. HEX triplet: FD, B6 and EC. RGB value is (253,182,236). Sum of RGB (Red+Green+Blue) = 253+182+236=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6EC is #024913. Grayscale: #D1D1D1. Windows color (decimal): -149780 or 15513341. OLE color: 15513341.

HSL color Cylindrical-coordinate representation of color #FDB6EC: hue angle of 314.37º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6EC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253182236-
CMYK00.280.070.01
HSL314.37º94.67%85.29%-
HSV(B)314.37º28.06%99.22%-
XYZ72.3860.3987.2-
YUV209.38143.02159.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 182 (71.48% from 255) = 27.12%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=37.70%
G=27.12%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318223600.280.070.01314.3794.6785.29
HexFDB6EC01C7113a5f55
Octal37526635403471472137125
Binary111111011011011011101100011100111110011101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6EC; }

 p { color: rgb(253,182,236); }

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

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

 a { background-color: rgb(253,182,236); }

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

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

 span { border-color: rgb(253,182,236); }

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