#FFBCFA

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

Shades of Lavender Rose #FFBCFA

Tints of Lavender Rose #FFBCFA

Color information

#FFBCFA (or 0xFFBCFA) is unknown color: approx Lavender Rose. HEX triplet: FF, BC and FA. RGB value is (255,188,250). Sum of RGB (Red+Green+Blue) = 255+188+250=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 188 (73.83% from 255 or 27.13% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCFA is #004305. Grayscale: #D6D6D6. Windows color (decimal): -17158 or 16432383. OLE color: 16432383.

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

Color convert

RGB255188250-
CMYK00.260.020
HSL304.48º100%86.86%-
HSV(B)304.48º26.27%100%-
XYZ76.4864.1398.79-
YUV215.1147.7156.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 188 (73.83% from 255) = 27.13%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=36.80%
G=27.13%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518825000.260.020304.4810086.86
HexFFBCFA01A201306457
Octal37727437203220460144127
Binary11111111101111001111101001101010010011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCFA; }

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

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

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

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

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

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

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

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