#FFBDF6

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

Shades of Lavender Rose #FFBDF6

Tints of Lavender Rose #FFBDF6

Color information

#FFBDF6 (or 0xFFBDF6) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and F6. RGB value is (255,189,246). Sum of RGB (Red+Green+Blue) = 255+189+246=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF6 is #004209. Grayscale: #D7D7D7. Windows color (decimal): -16906 or 16170495. OLE color: 16170495.

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

Color convert

RGB255189246-
CMYK00.260.040
HSL308.18º100%87.06%-
HSV(B)308.18º25.88%100%-
XYZ76.0764.3195.59-
YUV215.23145.37156.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 189 (74.22% from 255) = 27.39%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=36.96%
G=27.39%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518924600.260.040308.1810087.06
HexFFBDF601A401346457
Octal37727536603240464144127
Binary111111111011110111110110011010100010011010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDF6; }

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

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

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

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

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

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

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

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