#FFBDFE

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

Shades of Lavender Rose #FFBDFE

Tints of Lavender Rose #FFBDFE

Color information

#FFBDFE (or 0xFFBDFE) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and FE. RGB value is (255,189,254). Sum of RGB (Red+Green+Blue) = 255+189+254=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 189 (74.22% from 255 or 27.08% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFE is #004201. Grayscale: #D7D7D7. Windows color (decimal): -16898 or 16694783. OLE color: 16694783.

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

Color convert

RGB255189254-
CMYK00.260.000
HSL300.91º100%87.06%-
HSV(B)300.91º25.88%100%-
XYZ77.3364.81102.2-
YUV216.14149.37155.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 189 (74.22% from 255) = 27.08%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=36.53%
G=27.08%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518925400.260.000300.9110087.06
HexFFBDFE01A0012d6457
Octal37727537603200455144127
Binary1111111110111101111111100110100010010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDFE; }

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

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

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

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

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

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

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

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