#FFBDFB

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

Shades of Lavender Rose #FFBDFB

Tints of Lavender Rose #FFBDFB

Color information

#FFBDFB (or 0xFFBDFB) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and FB. RGB value is (255,189,251). Sum of RGB (Red+Green+Blue) = 255+189+251=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 189 (74.22% from 255 or 27.19% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFB is #004204. Grayscale: #D7D7D7. Windows color (decimal): -16901 or 16498175. OLE color: 16498175.

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

Color convert

RGB255189251-
CMYK00.260.020
HSL303.64º100%87.06%-
HSV(B)303.64º25.88%100%-
XYZ76.8564.6299.69-
YUV215.8147.87155.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 189 (74.22% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=36.69%
G=27.19%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518925100.260.020303.6410087.06
HexFFBDFB01A201306457
Octal37727537303220460144127
Binary11111111101111011111101101101010010011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDFB; }

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

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

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

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

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

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

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

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