#FFBDF9

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

Shades of Lavender Rose #FFBDF9

Tints of Lavender Rose #FFBDF9

Color information

#FFBDF9 (or 0xFFBDF9) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and F9. RGB value is (255,189,249). Sum of RGB (Red+Green+Blue) = 255+189+249=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 189 (74.22% from 255 or 27.27% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF9 is #004206. Grayscale: #D7D7D7. Windows color (decimal): -16903 or 16367103. OLE color: 16367103.

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

Color convert

RGB255189249-
CMYK00.260.020
HSL305.45º100%87.06%-
HSV(B)305.45º25.88%100%-
XYZ76.5464.4998.04-
YUV215.57146.87156.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 189 (74.22% from 255) = 27.27%
BLUE value IS 249 (97.66% from 255) = 35.93%
R=36.80%
G=27.27%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518924900.260.020305.4510087.06
HexFFBDF901A201316457
Octal37727537103220461144127
Binary11111111101111011111100101101010010011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDF9; }

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

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

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

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

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

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

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

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