#FDBDFA

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

Shades of Lavender Rose #FDBDFA

Tints of Lavender Rose #FDBDFA

Color information

#FDBDFA (or 0xFDBDFA) is unknown color: approx Lavender Rose. HEX triplet: FD, BD and FA. RGB value is (253,189,250). Sum of RGB (Red+Green+Blue) = 253+189+250=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 189 (74.22% from 255 or 27.31% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDFA is #024205. Grayscale: #D6D6D6. Windows color (decimal): -147974 or 16432637. OLE color: 16432637.

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

Color convert

RGB253189250-
CMYK00.250.010.01
HSL302.81º94.12%86.67%-
HSV(B)302.81º25.3%99.22%-
XYZ75.9664.1898.83-
YUV215.09147.7155.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 189 (74.22% from 255) = 27.31%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=36.56%
G=27.31%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318925000.250.010.01302.8194.1286.67
HexFDBDFA0191112f5e57
Octal37527537203111457136127
Binary1111110110111101111110100110011110010111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDFA; }

 p { color: rgb(253,189,250); }

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

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

 a { background-color: rgb(253,189,250); }

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

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

 span { border-color: rgb(253,189,250); }

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