#FFBDF0

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

Shades of Lavender Rose #FFBDF0

Tints of Lavender Rose #FFBDF0

Color information

#FFBDF0 (or 0xFFBDF0) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and F0. RGB value is (255,189,240). Sum of RGB (Red+Green+Blue) = 255+189+240=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF0 is #00420F. Grayscale: #D6D6D6. Windows color (decimal): -16912 or 15777279. OLE color: 15777279.

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

Color convert

RGB255189240-
CMYK00.260.060
HSL313.64º100%87.06%-
HSV(B)313.64º25.88%100%-
XYZ75.1763.9590.82-
YUV214.55142.37156.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 189 (74.22% from 255) = 27.63%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=37.28%
G=27.63%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518924000.260.060313.6410087.06
HexFFBDF001A6013a6457
Octal37727536003260472144127
Binary111111111011110111110000011010110010011101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDF0; }

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

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

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

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

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

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

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

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