#FDBAF1

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

Shades of Lavender Rose #FDBAF1

Tints of Lavender Rose #FDBAF1

Color information

#FDBAF1 (or 0xFDBAF1) is unknown color: approx Lavender Rose. HEX triplet: FD, BA and F1. RGB value is (253,186,241). Sum of RGB (Red+Green+Blue) = 253+186+241=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAF1 is #02450E. Grayscale: #D4D4D4. Windows color (decimal): -148751 or 15842045. OLE color: 15842045.

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

Color convert

RGB253186241-
CMYK00.260.050.01
HSL310.75º94.37%86.08%-
HSV(B)310.75º26.48%99.22%-
XYZ73.9462.3591.36-
YUV212.3144.2157.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 186 (73.05% from 255) = 27.35%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=37.21%
G=27.35%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318624100.260.050.01310.7594.3786.08
HexFDBAF101A511375e56
Octal37527236103251467136126
Binary111111011011101011110001011010101110011011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAF1; }

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

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

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

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

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

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

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

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