#FFBDF1

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

Shades of Lavender Rose #FFBDF1

Tints of Lavender Rose #FFBDF1

Color information

#FFBDF1 (or 0xFFBDF1) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and F1. RGB value is (255,189,241). Sum of RGB (Red+Green+Blue) = 255+189+241=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDF1 is #00420E. Grayscale: #D6D6D6. Windows color (decimal): -16911 or 15842815. OLE color: 15842815.

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

Color convert

RGB255189241-
CMYK00.260.050
HSL312.73º100%87.06%-
HSV(B)312.73º25.88%100%-
XYZ75.3164.0191.6-
YUV214.66142.87156.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 189 (74.22% from 255) = 27.59%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=37.23%
G=27.59%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518924100.260.050312.7310087.06
HexFFBDF101A501396457
Octal37727536103250471144127
Binary111111111011110111110001011010101010011100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDF1; }

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

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

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

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

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

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

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

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