#FFBDF8

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

Shades of Lavender Rose #FFBDF8

Tints of Lavender Rose #FFBDF8

Color information

#FFBDF8 (or 0xFFBDF8) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and F8. RGB value is (255,189,248). Sum of RGB (Red+Green+Blue) = 255+189+248=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 189 (74.22% from 255 or 27.31% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF8 is #004207. Grayscale: #D7D7D7. Windows color (decimal): -16904 or 16301567. OLE color: 16301567.

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

Color convert

RGB255189248-
CMYK00.260.030
HSL306.36º100%87.06%-
HSV(B)306.36º25.88%100%-
XYZ76.3864.4397.22-
YUV215.46146.37156.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 189 (74.22% from 255) = 27.31%
BLUE value IS 248 (97.27% from 255) = 35.84%
R=36.85%
G=27.31%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518924800.260.030306.3610087.06
HexFFBDF801A301326457
Octal37727537003230462144127
Binary11111111101111011111100001101011010011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDF8; }

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

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

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

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

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

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

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

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