#FDBAF7

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

Shades of Lavender Rose #FDBAF7

Tints of Lavender Rose #FDBAF7

Color information

#FDBAF7 (or 0xFDBAF7) is unknown color: approx Lavender Rose. HEX triplet: FD, BA and F7. RGB value is (253,186,247). Sum of RGB (Red+Green+Blue) = 253+186+247=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF7 is #024508. Grayscale: #D4D4D4. Windows color (decimal): -148745 or 16235261. OLE color: 16235261.

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

Color convert

RGB253186247-
CMYK00.260.020.01
HSL305.37º94.37%86.08%-
HSV(B)305.37º26.48%99.22%-
XYZ74.8662.7296.16-
YUV212.99147.2156.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 186 (73.05% from 255) = 27.11%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=36.88%
G=27.11%
B=36.01%

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
Decimal25318624700.260.020.01305.3794.3786.08
HexFDBAF701A211315e56
Octal37527236703221461136126
Binary11111101101110101111011101101010110011000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAF7; }

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

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

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

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

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

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

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

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