#FFBAEB

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

Shades of Lavender Rose #FFBAEB

Tints of Lavender Rose #FFBAEB

Color information

#FFBAEB (or 0xFFBAEB) is unknown color: approx Lavender Rose. HEX triplet: FF, BA and EB. RGB value is (255,186,235). Sum of RGB (Red+Green+Blue) = 255+186+235=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAEB is #004514. Grayscale: #D4D4D4. Windows color (decimal): -17685 or 15448831. OLE color: 15448831.

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

Color convert

RGB255186235-
CMYK00.270.080
HSL317.39º100%86.47%-
HSV(B)317.39º27.06%100%-
XYZ73.7962.3886.75-
YUV212.22140.86158.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 186 (73.05% from 255) = 27.51%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=37.72%
G=27.51%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518623500.270.080317.3910086.47
HexFFBAEB01B8013d6456
Octal377272353033100475144126
Binary1111111110111010111010110110111000010011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAEB; }

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

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

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

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

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

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

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

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