#FFBCF9

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

Shades of Lavender Rose #FFBCF9

Tints of Lavender Rose #FFBCF9

Color information

#FFBCF9 (or 0xFFBCF9) is unknown color: approx Lavender Rose. HEX triplet: FF, BC and F9. RGB value is (255,188,249). Sum of RGB (Red+Green+Blue) = 255+188+249=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF9 is #004306. Grayscale: #D6D6D6. Windows color (decimal): -17159 or 16366847. OLE color: 16366847.

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

Color convert

RGB255188249-
CMYK00.260.020
HSL305.37º100%86.86%-
HSV(B)305.37º26.27%100%-
XYZ76.3264.0797.97-
YUV214.99147.2156.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 188 (73.83% from 255) = 27.17%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=36.85%
G=27.17%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518824900.260.020305.3710086.86
HexFFBCF901A201316457
Octal37727437103220461144127
Binary11111111101111001111100101101010010011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCF9; }

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

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

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

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

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

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

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

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