#FFBCF4

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

Shades of Lavender Rose #FFBCF4

Tints of Lavender Rose #FFBCF4

Color information

#FFBCF4 (or 0xFFBCF4) is unknown color: approx Lavender Rose. HEX triplet: FF, BC and F4. RGB value is (255,188,244). Sum of RGB (Red+Green+Blue) = 255+188+244=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 188 (73.83% from 255 or 27.37% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF4 is #00430B. Grayscale: #D6D6D6. Windows color (decimal): -17164 or 16039167. OLE color: 16039167.

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

Color convert

RGB255188244-
CMYK00.260.040
HSL309.85º100%86.86%-
HSV(B)309.85º26.27%100%-
XYZ75.5563.7693.91-
YUV214.42144.7156.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 188 (73.83% from 255) = 27.37%
BLUE value IS 244 (95.70% from 255) = 35.52%
R=37.12%
G=27.37%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518824400.260.040309.8510086.86
HexFFBCF401A401366457
Octal37727436403240466144127
Binary111111111011110011110100011010100010011011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCF4; }

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

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

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

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

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

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

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

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