#FFBAFF

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

Shades of Lavender Rose #FFBAFF

Tints of Lavender Rose #FFBAFF

Color information

#FFBAFF (or 0xFFBAFF) is unknown color: approx Lavender Rose. HEX triplet: FF, BA and FF. RGB value is (255,186,255). Sum of RGB (Red+Green+Blue) = 255+186+255=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 186 (73.05% from 255 or 26.72% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAFF is #004500. Grayscale: #D6D6D6. Windows color (decimal): -17665 or 16759551. OLE color: 16759551.

HSL color Cylindrical-coordinate representation of color #FFBAFF: hue angle of 300º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBAFF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255186255-
CMYK00.2700
HSL300º100%86.47%-
HSV(B)300º27.06%100%-
XYZ76.8563.6102.83-
YUV214.5150.86156.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 186 (73.05% from 255) = 26.72%
BLUE value IS 255 (100% from 255) = 36.64%
R=36.64%
G=26.72%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518625500.270030010086.47
HexFFBAFF01B0012c6456
Octal37727237703300454144126
Binary1111111110111010111111110110110010010110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAFF; }

 p { color: rgb(255,186,255); }

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

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

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

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

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

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

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