#FFBCFE

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

Shades of Lavender Rose #FFBCFE

Tints of Lavender Rose #FFBCFE

Color information

#FFBCFE (or 0xFFBCFE) is unknown color: approx Lavender Rose. HEX triplet: FF, BC and FE. RGB value is (255,188,254). Sum of RGB (Red+Green+Blue) = 255+188+254=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 188 (73.83% from 255 or 26.97% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCFE is #004301. Grayscale: #D7D7D7. Windows color (decimal): -17154 or 16694527. OLE color: 16694527.

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

Color convert

RGB255188254-
CMYK00.260.000
HSL300.9º100%86.86%-
HSV(B)300.9º26.27%100%-
XYZ77.1164.38102.13-
YUV215.56149.7156.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 188 (73.83% from 255) = 26.97%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=36.59%
G=26.97%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518825400.260.000300.910086.86
HexFFBCFE01A0012d6457
Octal37727437603200455144127
Binary1111111110111100111111100110100010010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCFE; }

 p { color: rgb(255,188,254); }

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

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

 a { background-color: rgb(255,188,254); }

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

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

 span { border-color: rgb(255,188,254); }

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