#FFBCF2

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

Shades of Lavender Rose #FFBCF2

Tints of Lavender Rose #FFBCF2

Color information

#FFBCF2 (or 0xFFBCF2) is unknown color: approx Lavender Rose. HEX triplet: FF, BC and F2. RGB value is (255,188,242). Sum of RGB (Red+Green+Blue) = 255+188+242=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF2 is #00430D. Grayscale: #D6D6D6. Windows color (decimal): -17166 or 15908095. OLE color: 15908095.

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

Color convert

RGB255188242-
CMYK00.260.050
HSL311.64º100%86.86%-
HSV(B)311.64º26.27%100%-
XYZ75.2563.6492.32-
YUV214.19143.7157.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 188 (73.83% from 255) = 27.45%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=37.23%
G=27.45%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518824200.260.050311.6410086.86
HexFFBCF201A501386457
Octal37727436203250470144127
Binary111111111011110011110010011010101010011100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCF2; }

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

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

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

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

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

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

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

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