#FFBDFC

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

Shades of Lavender Rose #FFBDFC

Tints of Lavender Rose #FFBDFC

Color information

#FFBDFC (or 0xFFBDFC) is unknown color: approx Lavender Rose. HEX triplet: FF, BD and FC. RGB value is (255,189,252). Sum of RGB (Red+Green+Blue) = 255+189+252=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 189 (74.22% from 255 or 27.16% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFC is #004203. Grayscale: #D7D7D7. Windows color (decimal): -16900 or 16563711. OLE color: 16563711.

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

Color convert

RGB255189252-
CMYK00.260.010
HSL302.73º100%87.06%-
HSV(B)302.73º25.88%100%-
XYZ77.0164.68100.52-
YUV215.92148.37155.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 189 (74.22% from 255) = 27.16%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=36.64%
G=27.16%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518925200.260.010302.7310087.06
HexFFBDFC01A1012f6457
Octal37727537403210457144127
Binary1111111110111101111111000110101010010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDFC; }

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

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

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

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

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

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

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

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