#FFBAFE

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

Shades of Lavender Rose #FFBAFE

Tints of Lavender Rose #FFBAFE

Color information

#FFBAFE (or 0xFFBAFE) is unknown color: approx Lavender Rose. HEX triplet: FF, BA and FE. RGB value is (255,186,254). Sum of RGB (Red+Green+Blue) = 255+186+254=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 186 (73.05% from 255 or 26.76% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBAFE is #004501. Grayscale: #D6D6D6. Windows color (decimal): -17666 or 16694015. OLE color: 16694015.

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

Color convert

RGB255186254-
CMYK00.270.000
HSL300.87º100%86.47%-
HSV(B)300.87º27.06%100%-
XYZ76.6963.53101.99-
YUV214.38150.36156.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 186 (73.05% from 255) = 26.76%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=36.69%
G=26.76%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518625400.270.000300.8710086.47
HexFFBAFE01B0012d6456
Octal37727237603300455144126
Binary1111111110111010111111100110110010010110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAFE; }

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

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

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

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

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

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

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

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