#FFBAE9

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

Shades of Lavender Rose #FFBAE9

Tints of Lavender Rose #FFBAE9

Color information

#FFBAE9 (or 0xFFBAE9) is unknown color: approx Lavender Rose. HEX triplet: FF, BA and E9. RGB value is (255,186,233). Sum of RGB (Red+Green+Blue) = 255+186+233=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAE9 is #004516. Grayscale: #D3D3D3. Windows color (decimal): -17687 or 15317759. OLE color: 15317759.

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

Color convert

RGB255186233-
CMYK00.270.090
HSL319.13º100%86.47%-
HSV(B)319.13º27.06%100%-
XYZ73.5162.2685.23-
YUV211.99139.86158.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 186 (73.05% from 255) = 27.60%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=37.83%
G=27.60%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518623300.270.090319.1310086.47
HexFFBAE901B9013f6456
Octal377272351033110477144126
Binary1111111110111010111010010110111001010011111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAE9; }

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

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

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

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

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

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

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

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