#FDBAF9

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

Shades of Lavender Rose #FDBAF9

Tints of Lavender Rose #FDBAF9

Color information

#FDBAF9 (or 0xFDBAF9) is unknown color: approx Lavender Rose. HEX triplet: FD, BA and F9. RGB value is (253,186,249). Sum of RGB (Red+Green+Blue) = 253+186+249=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF9 is #024506. Grayscale: #D5D5D5. Windows color (decimal): -148743 or 16366333. OLE color: 16366333.

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

Color convert

RGB253186249-
CMYK00.260.020.01
HSL303.58º94.37%86.08%-
HSV(B)303.58º26.48%99.22%-
XYZ75.1762.8497.79-
YUV213.21148.2156.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 186 (73.05% from 255) = 27.03%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=36.77%
G=27.03%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318624900.260.020.01303.5894.3786.08
HexFDBAF901A211305e56
Octal37527237103221460136126
Binary11111101101110101111100101101010110011000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAF9; }

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

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

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

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

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

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

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

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