#FFBDF3

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

Shades of Lavender Rose #FFBDF3

Tints of Lavender Rose #FFBDF3

Color information

#FFBDF3 (or 0xFFBDF3) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and F3. RGB value is (255,189,243). Sum of RGB (Red+Green+Blue) = 255+189+243=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF3 is #00420C. Grayscale: #D6D6D6. Windows color (decimal): -16909 or 15973887. OLE color: 15973887.

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

Color convert

RGB255189243-
CMYK00.260.050
HSL310.91º100%87.06%-
HSV(B)310.91º25.88%100%-
XYZ75.6264.1393.19-
YUV214.89143.87156.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 27.51%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=37.12%
G=27.51%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518924300.260.050310.9110087.06
HexFFBDF301A501376457
Octal37727536303250467144127
Binary111111111011110111110011011010101010011011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDF3; }

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

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

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

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

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

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

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

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