#FFBAF6

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

Shades of Lavender Rose #FFBAF6

Tints of Lavender Rose #FFBAF6

Color information

#FFBAF6 (or 0xFFBAF6) is unknown color: approx Lavender Rose. HEX triplet: FF, BA and F6. RGB value is (255,186,246). Sum of RGB (Red+Green+Blue) = 255+186+246=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAF6 is #004509. Grayscale: #D5D5D5. Windows color (decimal): -17674 or 16169727. OLE color: 16169727.

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

Color convert

RGB255186246-
CMYK00.270.040
HSL307.83º100%86.47%-
HSV(B)307.83º27.06%100%-
XYZ75.4363.0395.38-
YUV213.47146.36157.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 186 (73.05% from 255) = 27.07%
BLUE value IS 246 (96.48% from 255) = 35.81%
R=37.12%
G=27.07%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518624600.270.040307.8310086.47
HexFFBAF601B401346456
Octal37727236603340464144126
Binary111111111011101011110110011011100010011010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAF6; }

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

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

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

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

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

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

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

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