#FFBDFA

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

Shades of Lavender Rose #FFBDFA

Tints of Lavender Rose #FFBDFA

Color information

#FFBDFA (or 0xFFBDFA) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and FA. RGB value is (255,189,250). Sum of RGB (Red+Green+Blue) = 255+189+250=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFA is #004205. Grayscale: #D7D7D7. Windows color (decimal): -16902 or 16432639. OLE color: 16432639.

HSL color Cylindrical-coordinate representation of color #FFBDFA: hue angle of 304.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDFA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255189250-
CMYK00.260.020
HSL304.55º100%87.06%-
HSV(B)304.55º25.88%100%-
XYZ76.6964.5698.86-
YUV215.69147.37156.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 189 (74.22% from 255) = 27.23%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=36.74%
G=27.23%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518925000.260.020304.5510087.06
HexFFBDFA01A201316457
Octal37727537203220461144127
Binary11111111101111011111101001101010010011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDFA; }

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

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

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

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

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

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

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

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