#FDBAEC

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

Shades of Lavender Rose #FDBAEC

Tints of Lavender Rose #FDBAEC

Color information

#FDBAEC (or 0xFDBAEC) is unknown color: approx Lavender Rose. HEX triplet: FD, BA and EC. RGB value is (253,186,236). Sum of RGB (Red+Green+Blue) = 253+186+236=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAEC is #024513. Grayscale: #D3D3D3. Windows color (decimal): -148756 or 15514365. OLE color: 15514365.

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

Color convert

RGB253186236-
CMYK00.260.070.01
HSL315.22º94.37%86.08%-
HSV(B)315.22º26.48%99.22%-
XYZ73.2162.0687.48-
YUV211.73141.7157.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 186 (73.05% from 255) = 27.56%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=37.48%
G=27.56%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318623600.260.070.01315.2294.3786.08
HexFDBAEC01A7113b5e56
Octal37527235403271473136126
Binary111111011011101011101100011010111110011101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAEC; }

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

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

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

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

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

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

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

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