#FFBDFD

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

Shades of Lavender Rose #FFBDFD

Tints of Lavender Rose #FFBDFD

Color information

#FFBDFD (or 0xFFBDFD) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and FD. RGB value is (255,189,253). Sum of RGB (Red+Green+Blue) = 255+189+253=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 189 (74.22% from 255 or 27.12% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFD is #004202. Grayscale: #D7D7D7. Windows color (decimal): -16899 or 16629247. OLE color: 16629247.

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

Color convert

RGB255189253-
CMYK00.260.010
HSL301.82º100%87.06%-
HSV(B)301.82º25.88%100%-
XYZ77.1764.75101.36-
YUV216.03148.87155.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 189 (74.22% from 255) = 27.12%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=36.59%
G=27.12%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518925300.260.010301.8210087.06
HexFFBDFD01A1012e6457
Octal37727537503210456144127
Binary1111111110111101111111010110101010010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDFD; }

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

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

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

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

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

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

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

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